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.
This commit is contained in:
Peter Eisentraut 2011-03-29 23:23:50 +03:00
parent d67b0bf471
commit f564e65cda
1 changed files with 1 additions and 1 deletions

View File

@ -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