pgsql: Document collation handling in SQL and plpgsql functions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Document collation handling in SQL and plpgsql functions.
Date
Msg-id E1Q3FO2-0006Le-UK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document collation handling in SQL and plpgsql functions.

This is pretty minimal but covers the bare facts.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b19c12e1d930a237817dd432100388990ec082a

Modified Files
--------------
doc/src/sgml/charset.sgml |    2 +
doc/src/sgml/plpgsql.sgml |   75 +++++++++++++++++++++++++++++++++++++++++++++
doc/src/sgml/xfunc.sgml   |   55 +++++++++++++++++++++++++++++++++
3 files changed, 132 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix collation handling in plpgsql functions.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix failure to propagate collation in negate_clause().