Skip to content

Commit d96c80c

Browse files
committed
Update SQL features list
1 parent 3243fce commit d96c80c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/backend/catalog/sql_features.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ F311 Schema definition statement 02 CREATE TABLE for persistent base tables YES
229229
F311 Schema definition statement 03 CREATE VIEW YES
230230
F311 Schema definition statement 04 CREATE VIEW: WITH CHECK OPTION YES
231231
F311 Schema definition statement 05 GRANT statement YES
232-
F312 MERGE statement NO Consider INSERT ... ON CONFLICT DO UPDATE
232+
F312 MERGE statement NO consider INSERT ... ON CONFLICT DO UPDATE
233233
F313 Enhanced MERGE statement NO
234234
F314 MERGE statement with DELETE branch NO
235235
F321 User authorization YES
@@ -383,7 +383,7 @@ S274 Multisets of reference types NO
383383
S275 Advanced multiset support NO
384384
S281 Nested collection types NO
385385
S291 Unique constraint on entire row NO
386-
S301 Enhanced UNNEST NO
386+
S301 Enhanced UNNEST YES
387387
S401 Distinct types based on array types NO
388388
S402 Distinct types based on distinct types NO
389389
S403 ARRAY_MAX_CARDINALITY NO
@@ -481,16 +481,15 @@ T501 Enhanced EXISTS predicate YES
481481
T502 Period predicates NO
482482
T511 Transaction counts NO
483483
T521 Named arguments in CALL statement NO
484-
T522 Default values for IN parameters of SQL-invoked procedures NO
485-
T541 Updatable table references NO
484+
T522 Default values for IN parameters of SQL-invoked procedures NO supported except DEFAULT key word in invocation
486485
T551 Optional key words for default syntax YES
487486
T561 Holdable locators NO
488487
T571 Array-returning external SQL-invoked functions NO
489488
T572 Multiset-returning external SQL-invoked functions NO
490489
T581 Regular expression substring function YES
491490
T591 UNIQUE constraints of possibly null columns YES
492491
T601 Local cursor references NO
493-
T611 Elementary OLAP operations NO most forms supported
492+
T611 Elementary OLAP operations YES
494493
T612 Advanced OLAP operations NO some forms supported
495494
T613 Sampling YES
496495
T614 NTILE function YES

0 commit comments

Comments
 (0)