diff options
| author | Bruce Momjian | 2016-07-30 18:52:17 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2016-07-30 18:52:17 +0000 |
| commit | aea496cac1d61a382ec0e81e9681654f70c3e8c2 (patch) | |
| tree | 0fef88d3587e52344c1f88d9048317d2578b74f4 /doc | |
| parent | 76c10ca318df0e7f2b2e2840ae496d7000d1ca37 (diff) | |
doc: apply hypen fix that was not backpatched
Head patch was 42ec6c2da699e8e0b1774988fa97297a2cdf716c.
Reported-by: Alexander Law
Discussion: 5785FBE7.7060508@gmail.com
Backpatch-through: 9.1
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 9f22be9fcd0..c83bf8865da 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 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, |
