Fixed typo by adding a 'g' to PostgreSQL (#7724)
This commit is contained in:
parent
7d2824395f
commit
1b1489ff18
|
@ -195,7 +195,7 @@ By default Synapse uses SQLite in and doing so trades performance for convenienc
|
||||||
SQLite is only recommended in Synapse for testing purposes or for servers with
|
SQLite is only recommended in Synapse for testing purposes or for servers with
|
||||||
light workloads.
|
light workloads.
|
||||||
|
|
||||||
Almost all installations should opt to use PostreSQL. Advantages include:
|
Almost all installations should opt to use PostgreSQL. Advantages include:
|
||||||
|
|
||||||
* significant performance improvements due to the superior threading and
|
* significant performance improvements due to the superior threading and
|
||||||
caching model, smarter query optimiser
|
caching model, smarter query optimiser
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Corrected misspelling of PostgreSQL.
|
Loading…
Reference in New Issue