pgsql: Update statement about sorting of character-string data.

Started by Tom Laneover 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Update statement about sorting of character-string data.

The sort order is no longer fixed at database creation time, but can be
controlled via COLLATE. Noted by Thomas Kellerer.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b3bd5a093f3758cf168dae88478f9fc5b37ff6b1

Modified Files
--------------
doc/src/sgml/ref/select.sgml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)