diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.6.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index cc886fa2bb2..9003b1f6e4f 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -1026,7 +1026,7 @@ This commit is also listed under libpq and psql <para> This view exposes the same information available from - the the <application>pg_config</> comand-line utility, + the <application>pg_config</> comand-line utility, namely assorted compile-time configuration information for <productname>PostgreSQL</>. </para> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 8ba95e1b84f..9007987dab5 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -184,7 +184,7 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput> </para> <para> - Non-<literal>C</> and and non-<literal>POSIX</> locales rely on the + Non-<literal>C</> and non-<literal>POSIX</> locales rely on the operating system's collation library for character set ordering. This controls the ordering of keys stored in indexes. For this reason, a cluster cannot switch to an incompatible collation library version, |