Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d94f29c

Browse files
committed
Correct some SQL feature names
Maybe these were initially typos or they have been changed upstream since we first added them. This brings it all in line with SQL:2016.
1 parent 50617a9 commit d94f29c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/backend/catalog/sql_features.txt

+25-25
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ F401 Extended joined table 01 NATURAL JOIN YES
264264
F401 Extended joined table 02 FULL OUTER JOIN YES
265265
F401 Extended joined table 04 CROSS JOIN YES
266266
F402 Named column joins for LOBs, arrays, and multisets YES
267-
F403 Partitioned joined tables NO
267+
F403 Partitioned join tables NO
268268
F404 Range variable for common column names YES
269269
F411 Time zone specification YES differences regarding literal interpretation
270270
F421 National character YES
@@ -297,7 +297,7 @@ F611 Indicator data types YES
297297
F641 Row and table constructors YES
298298
F651 Catalog name qualifiers YES
299299
F661 Simple tables YES
300-
F671 Subqueries in CHECK NO intentionally omitted
300+
F671 Subqueries in CHECK constraints NO intentionally omitted
301301
F672 Retrospective check constraints YES
302302
F673 Reads SQL-data routine invocations in CHECK constraints NO
303303
F690 Collation support YES but no character set support
@@ -397,13 +397,13 @@ S281 Nested collection types NO
397397
S291 Unique constraint on entire row NO
398398
S301 Enhanced UNNEST YES
399399
S401 Distinct types based on array types NO
400-
S402 Distinct types based on distinct types NO
400+
S402 Distinct types based on multiset types NO
401401
S403 ARRAY_MAX_CARDINALITY NO
402402
S404 TRIM_ARRAY YES
403403
T011 Timestamp in Information Schema NO
404404
T021 BINARY and VARBINARY data types NO
405405
T022 Advanced support for BINARY and VARBINARY data types NO
406-
T023 Compound binary literal NO
406+
T023 Compound binary literals NO
407407
T024 Spaces in binary literals NO
408408
T031 BOOLEAN data type YES
409409
T041 Basic LOB data type support NO
@@ -437,7 +437,7 @@ T174 Identity columns YES
437437
T175 Generated columns NO mostly supported
438438
T176 Sequence generator support NO supported except for NEXT VALUE FOR
439439
T177 Sequence generator support: simple restart option YES
440-
T178 Identity columns: simple restart option YES
440+
T178 Identity columns: simple restart option YES
441441
T180 System-versioned tables NO
442442
T181 Application-time period tables NO
443443
T191 Referential action RESTRICT YES
@@ -511,7 +511,7 @@ T613 Sampling YES
511511
T614 NTILE function YES
512512
T615 LEAD and LAG functions YES
513513
T616 Null treatment option for LEAD and LAG functions NO
514-
T617 FIRST_VALUE and LAST_VALUE function YES
514+
T617 FIRST_VALUE and LAST_VALUE functions YES
515515
T618 NTH_VALUE function NO function exists, but some options missing
516516
T619 Nested window functions NO
517517
T620 WINDOW clause: GROUPS option YES
@@ -558,23 +558,23 @@ M005 Foreign schema support NO
558558
M006 GetSQLString routine NO
559559
M007 TransmitRequest NO
560560
M009 GetOpts and GetStatistics routines NO
561-
M010 Foreign data wrapper support NO different API
561+
M010 Foreign-data wrapper support NO different API
562562
M011 Datalinks via Ada NO
563563
M012 Datalinks via C NO
564564
M013 Datalinks via COBOL NO
565565
M014 Datalinks via Fortran NO
566566
M015 Datalinks via M NO
567567
M016 Datalinks via Pascal NO
568568
M017 Datalinks via PL/I NO
569-
M018 Foreign data wrapper interface routines in Ada NO
570-
M019 Foreign data wrapper interface routines in C NO different API
571-
M020 Foreign data wrapper interface routines in COBOL NO
572-
M021 Foreign data wrapper interface routines in Fortran NO
573-
M022 Foreign data wrapper interface routines in MUMPS NO
574-
M023 Foreign data wrapper interface routines in Pascal NO
575-
M024 Foreign data wrapper interface routines in PL/I NO
569+
M018 Foreign-data wrapper interface routines in Ada NO
570+
M019 Foreign-data wrapper interface routines in C NO different API
571+
M020 Foreign-data wrapper interface routines in COBOL NO
572+
M021 Foreign-data wrapper interface routines in Fortran NO
573+
M022 Foreign-data wrapper interface routines in MUMPS NO
574+
M023 Foreign-data wrapper interface routines in Pascal NO
575+
M024 Foreign-data wrapper interface routines in PL/I NO
576576
M030 SQL-server foreign data support NO
577-
M031 Foreign data wrapper general routines NO
577+
M031 Foreign-data wrapper general routines NO
578578
X010 XML type YES
579579
X011 Arrays of XML type YES
580580
X012 Multisets of XML type NO
@@ -593,7 +593,7 @@ X036 XMLComment YES
593593
X037 XMLPI YES
594594
X038 XMLText NO
595595
X040 Basic table mapping YES
596-
X041 Basic table mapping: nulls absent YES
596+
X041 Basic table mapping: null absent YES
597597
X042 Basic table mapping: null as nil YES
598598
X043 Basic table mapping: table as forest YES
599599
X044 Basic table mapping: table as element YES
@@ -603,7 +603,7 @@ X047 Basic table mapping: metadata mapping YES
603603
X048 Basic table mapping: base64 encoding of binary strings YES
604604
X049 Basic table mapping: hex encoding of binary strings YES
605605
X050 Advanced table mapping YES
606-
X051 Advanced table mapping: nulls absent YES
606+
X051 Advanced table mapping: null absent YES
607607
X052 Advanced table mapping: null as nil YES
608608
X053 Advanced table mapping: table as forest YES
609609
X054 Advanced table mapping: table as element YES
@@ -614,16 +614,16 @@ X058 Advanced table mapping: base64 encoding of binary strings YES
614614
X059 Advanced table mapping: hex encoding of binary strings YES
615615
X060 XMLParse: character string input and CONTENT option YES
616616
X061 XMLParse: character string input and DOCUMENT option YES
617-
X065 XMLParse: BLOB input and CONTENT option NO
618-
X066 XMLParse: BLOB input and DOCUMENT option NO
617+
X065 XMLParse: binary string input and CONTENT option NO
618+
X066 XMLParse: binary string input and DOCUMENT option NO
619619
X068 XMLSerialize: BOM NO
620620
X069 XMLSerialize: INDENT NO
621621
X070 XMLSerialize: character string serialization and CONTENT option YES
622622
X071 XMLSerialize: character string serialization and DOCUMENT option YES
623623
X072 XMLSerialize: character string serialization YES
624-
X073 XMLSerialize: BLOB serialization and CONTENT option NO
625-
X074 XMLSerialize: BLOB serialization and DOCUMENT option NO
626-
X075 XMLSerialize: BLOB serialization NO
624+
X073 XMLSerialize: binary string serialization and CONTENT option NO
625+
X074 XMLSerialize: binary string serialization and DOCUMENT option NO
626+
X075 XMLSerialize: binary string serialization NO
627627
X076 XMLSerialize: VERSION NO
628628
X077 XMLSerialize: explicit ENCODING option NO
629629
X078 XMLSerialize: explicit XML declaration NO
@@ -656,9 +656,9 @@ X142 IS VALID predicate: ACCORDING TO clause NO
656656
X143 IS VALID predicate: ELEMENT clause NO
657657
X144 IS VALID predicate: schema location NO
658658
X145 IS VALID predicate outside check constraints NO
659-
X151 IS VALID predicate with DOCUMENT option NO
660-
X152 IS VALID predicate with CONTENT option NO
661-
X153 IS VALID predicate with SEQUENCE option NO
659+
X151 IS VALID predicate: with DOCUMENT option NO
660+
X152 IS VALID predicate: with CONTENT option NO
661+
X153 IS VALID predicate: with SEQUENCE option NO
662662
X155 IS VALID predicate: NAMESPACE without ELEMENT clause NO
663663
X157 IS VALID predicate: NO NAMESPACE with ELEMENT clause NO
664664
X160 Basic Information Schema for registered XML Schemas NO

0 commit comments

Comments
 (0)