pgsql: Add 'collatable' to the Parameters section of CREATE TYPE.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add 'collatable' to the Parameters section of CREATE TYPE.
Date: 2011-03-02 21:11:43
Message-ID: E1PutKh-0005Zt-6q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add 'collatable' to the Parameters section of CREATE TYPE.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43bdf3583a9a5912e1800ab140b8ca495ae69d85

Modified Files
--------------
doc/src/sgml/ref/create_type.sgml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-03-02 21:19:07 pgsql: Add collations to information_schema.usage_privileges
Previous Message Tom Lane 2011-03-02 19:45:05 pgsql: Add KNNGIST support to contrib/btree_gist.