pgsql: Update SQL features list

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update SQL features list
Date: 2011-03-29 20:25:34
Message-ID: E1Q4fTq-0007mv-Q1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update SQL features list

Feature F692 "Extended collation support" is now also supported. This
refers to allowing the COLLATE clause anywhere in a column or domain
definition instead of just directly after the type.

Also correct the name of the feature in accordance with the latest SQL
standard.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/sql_features.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-03-30 05:59:29 pgsql: Adjust error message, now that we expect other message types tha
Previous Message Bruce Momjian 2011-03-29 15:11:47 pgsql: In pg_upgrade, add C comment about how autovacuum is disabled.