aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-03-29 23:23:50 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-03-29 23:23:50 +0300
commitf564e65cda32fd14f6f7cdd85d116c421af731f2 (patch)
tree6cbd86c2e5b6392a19d4f58bd7b87cf9d0f45c34 /src
parentd67b0bf471ba4e88aa3ed50871924efc91d7a27e (diff)
downloadpostgresql-f564e65cda32fd14f6f7cdd85d116c421af731f2.tar.gz
postgresql-f564e65cda32fd14f6f7cdd85d116c421af731f2.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/sql_features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index dcfa3d66fe1..3a40c456e16 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -283,7 +283,7 @@ F661 Simple tables YES
F671 Subqueries in CHECK NO intentionally omitted
F672 Retrospective check constraints YES
F690 Collation support YES but no character set support
-F692 Enhanced collation support NO
+F692 Extended collation support YES
F693 SQL-session and client module collations NO
F695 Translation support NO
F696 Additional translation documentation NO