Fix-up incorrect spellings in docs. (#16282)

This commit is contained in:
Patrick Cloke
2023-09-08 09:47:36 -04:00
committed by GitHub
parent f43d994624
commit 5c8870cb28
18 changed files with 120 additions and 119 deletions

View File

@@ -249,7 +249,7 @@ of `COLLATE` and `CTYPE` unless the config flag `allow_unsafe_locale`, found in
underneath the database, or if a different version of the locale is used on any
replicas.
If you have a databse with an unsafe locale, the safest way to fix the issue is to dump the database and recreate it with
If you have a database with an unsafe locale, the safest way to fix the issue is to dump the database and recreate it with
the correct locale parameter (as shown above). It is also possible to change the
parameters on a live database and run a `REINDEX` on the entire database,
however extreme care must be taken to avoid database corruption.