diff options
author | Jesse Riddle <jesse.riddle@gmail.com> | 2020-06-19 07:19:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 07:19:21 -0400 |
commit | 1b1489ff18b748f78e131e2707bd63e72550233d (patch) | |
tree | d0e551d2f912e187b3d5fec66e3287b09e704a8f | |
parent | add a comment (diff) | |
download | synapse-1b1489ff18b748f78e131e2707bd63e72550233d.tar.xz |
Fixed typo by adding a 'g' to PostgreSQL (#7724)
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | changelog.d/7724.doc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 31d375d19b..2441b6a35c 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/changelog.d/7724.doc b/changelog.d/7724.doc new file mode 100644 index 0000000000..909e0345c7 --- /dev/null +++ b/changelog.d/7724.doc @@ -0,0 +1 @@ +Corrected misspelling of PostgreSQL. |