diff options
author | Stephen Frost <sfrost@snowman.net> | 2016-07-13 09:17:35 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2016-07-13 09:17:35 -0400 |
commit | 42ec6c2da699e8e0b1774988fa97297a2cdf716c (patch) | |
tree | 7a161f26bbfbb6629b5119fc2a4a1bcae3957df4 | |
parent | 5d4050064bf3f2be056a4a887ec11aa14d0d2562 (diff) | |
download | postgresql-42ec6c2da699e8e0b1774988fa97297a2cdf716c.tar.gz postgresql-42ec6c2da699e8e0b1774988fa97297a2cdf716c.zip |
Add missing hyphen
Pointed out by Alexander Law
-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 6d39ce7f22b..90def00ffcb 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, |