Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f564e65

Browse files
committed
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.
1 parent d67b0bf commit f564e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/sql_features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ F661 Simple tables YES
283283
F671 Subqueries in CHECK NO intentionally omitted
284284
F672 Retrospective check constraints YES
285285
F690 Collation support YES but no character set support
286-
F692 Enhanced collation support NO
286+
F692 Extended collation support YES
287287
F693 SQL-session and client module collations NO
288288
F695 Translation support NO
289289
F696 Additional translation documentation NO

0 commit comments

Comments
 (0)