pgsql: Document collation handling in SQL and plpgsql functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document collation handling in SQL and plpgsql functions.
Date: 2011-03-25 22:21:42
Message-ID: E1Q3FO2-0006Le-UK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-25 22:45:00 pgsql: Fix failure to propagate collation in negate_clause().
Previous Message Tom Lane 2011-03-25 19:06:51 pgsql: Fix collation handling in plpgsql functions.