diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2016-08-16 12:00:00 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2016-08-16 14:52:29 -0400 |
| commit | f0fe1c8f70bacb65513f1cbaea14eb384d346ee8 (patch) | |
| tree | 0911f4c4f9c24f2fdd9fe77b55e2d5335fe98308 /doc/src | |
| parent | a3bce17ef1ca6408e8d1e7b10fb767aef1729be6 (diff) | |
Fix typos
From: Alexander Law <exclusion@gmail.com>
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 66fbe441ac2..60a06590fec 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, |
