From f564e65cda32fd14f6f7cdd85d116c421af731f2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 29 Mar 2011 23:23:50 +0300 Subject: [PATCH] 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. --- src/backend/catalog/sql_features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index dcfa3d66fe..3a40c456e1 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