Fixed typo by adding a 'g' to PostgreSQL (#7724)

This commit is contained in:
Jesse Riddle
2020-06-19 07:19:21 -04:00
committed by GitHub
parent 7d2824395f
commit 1b1489ff18
2 changed files with 2 additions and 1 deletions

View File

@@ -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
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
caching model, smarter query optimiser