Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd94f29c

Browse files
committed
Correct some SQL feature names
Maybe these were initially typos or they have been changed upstreamsince we first added them. This brings it all in line with SQL:2016.
1 parent50617a9 commitd94f29c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

‎src/backend/catalog/sql_features.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ F401Extended joined table01NATURAL JOINYES
264264
F401Extended joined table02FULL OUTER JOINYES
265265
F401Extended joined table04CROSS JOINYES
266266
F402Named column joins for LOBs, arrays, and multisetsYES
267-
F403Partitionedjoined tablesNO
267+
F403Partitionedjoin tablesNO
268268
F404Range variable for common column namesYES
269269
F411Time zone specificationYESdifferences regarding literal interpretation
270270
F421National characterYES
@@ -297,7 +297,7 @@ F611Indicator data typesYES
297297
F641Row and table constructorsYES
298298
F651Catalog name qualifiersYES
299299
F661Simple tablesYES
300-
F671Subqueries in CHECKNOintentionally omitted
300+
F671Subqueries in CHECK constraintsNOintentionally omitted
301301
F672Retrospective check constraintsYES
302302
F673Reads SQL-data routine invocations in CHECK constraintsNO
303303
F690Collation supportYESbut no character set support
@@ -397,13 +397,13 @@ S281Nested collection typesNO
397397
S291Unique constraint on entire rowNO
398398
S301Enhanced UNNESTYES
399399
S401Distinct types based on array typesNO
400-
S402Distinct types based ondistinct typesNO
400+
S402Distinct types based onmultiset typesNO
401401
S403ARRAY_MAX_CARDINALITYNO
402402
S404TRIM_ARRAYYES
403403
T011Timestamp in Information SchemaNO
404404
T021BINARY and VARBINARY data typesNO
405405
T022Advanced support for BINARY and VARBINARY data typesNO
406-
T023Compound binaryliteralNO
406+
T023Compound binaryliteralsNO
407407
T024Spaces in binary literalsNO
408408
T031BOOLEAN data typeYES
409409
T041Basic LOB data type supportNO
@@ -437,7 +437,7 @@ T174Identity columnsYES
437437
T175Generated columnsNOmostly supported
438438
T176Sequence generator supportNOsupported except for NEXT VALUE FOR
439439
T177Sequence generator support: simple restart optionYES
440-
T178Identity columns:simple restart optionYES
440+
T178Identity columns: simple restart optionYES
441441
T180System-versioned tablesNO
442442
T181Application-time period tablesNO
443443
T191Referential action RESTRICTYES
@@ -511,7 +511,7 @@ T613SamplingYES
511511
T614NTILE functionYES
512512
T615LEAD and LAG functionsYES
513513
T616Null treatment option for LEAD and LAG functionsNO
514-
T617FIRST_VALUE and LAST_VALUEfunctionYES
514+
T617FIRST_VALUE and LAST_VALUEfunctionsYES
515515
T618NTH_VALUE functionNOfunction exists, but some options missing
516516
T619Nested window functionsNO
517517
T620WINDOW clause: GROUPS optionYES
@@ -558,23 +558,23 @@ M005Foreign schema supportNO
558558
M006GetSQLString routineNO
559559
M007TransmitRequestNO
560560
M009GetOpts and GetStatistics routinesNO
561-
M010Foreigndata wrapper supportNOdifferent API
561+
M010Foreign-data wrapper supportNOdifferent API
562562
M011Datalinks via AdaNO
563563
M012Datalinks via CNO
564564
M013Datalinks via COBOLNO
565565
M014Datalinks via FortranNO
566566
M015Datalinks via MNO
567567
M016Datalinks via PascalNO
568568
M017Datalinks via PL/INO
569-
M018Foreigndata wrapper interface routines in AdaNO
570-
M019Foreigndata wrapper interface routines in CNOdifferent API
571-
M020Foreigndata wrapper interface routines in COBOLNO
572-
M021Foreigndata wrapper interface routines in FortranNO
573-
M022Foreigndata wrapper interface routines in MUMPSNO
574-
M023Foreigndata wrapper interface routines in PascalNO
575-
M024Foreigndata wrapper interface routines in PL/INO
569+
M018Foreign-data wrapper interface routines in AdaNO
570+
M019Foreign-data wrapper interface routines in CNOdifferent API
571+
M020Foreign-data wrapper interface routines in COBOLNO
572+
M021Foreign-data wrapper interface routines in FortranNO
573+
M022Foreign-data wrapper interface routines in MUMPSNO
574+
M023Foreign-data wrapper interface routines in PascalNO
575+
M024Foreign-data wrapper interface routines in PL/INO
576576
M030SQL-server foreign data supportNO
577-
M031Foreigndata wrapper general routinesNO
577+
M031Foreign-data wrapper general routinesNO
578578
X010XML typeYES
579579
X011Arrays of XML typeYES
580580
X012Multisets of XML typeNO
@@ -593,7 +593,7 @@ X036XMLCommentYES
593593
X037XMLPIYES
594594
X038XMLTextNO
595595
X040Basic table mappingYES
596-
X041Basic table mapping:nulls absentYES
596+
X041Basic table mapping:null absentYES
597597
X042Basic table mapping: null as nilYES
598598
X043Basic table mapping: table as forestYES
599599
X044Basic table mapping: table as elementYES
@@ -603,7 +603,7 @@ X047Basic table mapping: metadata mappingYES
603603
X048Basic table mapping: base64 encoding of binary stringsYES
604604
X049Basic table mapping: hex encoding of binary stringsYES
605605
X050Advanced table mappingYES
606-
X051Advanced table mapping:nulls absentYES
606+
X051Advanced table mapping:null absentYES
607607
X052Advanced table mapping: null as nilYES
608608
X053Advanced table mapping: table as forestYES
609609
X054Advanced table mapping: table as elementYES
@@ -614,16 +614,16 @@ X058Advanced table mapping: base64 encoding of binary stringsYES
614614
X059Advanced table mapping: hex encoding of binary stringsYES
615615
X060XMLParse: character string input and CONTENT optionYES
616616
X061XMLParse: character string input and DOCUMENT optionYES
617-
X065XMLParse:BLOB input and CONTENT optionNO
618-
X066XMLParse:BLOB input and DOCUMENT optionNO
617+
X065XMLParse:binary string input and CONTENT optionNO
618+
X066XMLParse:binary string input and DOCUMENT optionNO
619619
X068XMLSerialize: BOMNO
620620
X069XMLSerialize: INDENTNO
621621
X070XMLSerialize: character string serialization and CONTENT optionYES
622622
X071XMLSerialize: character string serialization and DOCUMENT optionYES
623623
X072XMLSerialize: character string serializationYES
624-
X073XMLSerialize:BLOB serialization and CONTENT optionNO
625-
X074XMLSerialize:BLOB serialization and DOCUMENT optionNO
626-
X075XMLSerialize:BLOB serializationNO
624+
X073XMLSerialize:binary string serialization and CONTENT optionNO
625+
X074XMLSerialize:binary string serialization and DOCUMENT optionNO
626+
X075XMLSerialize:binary string serializationNO
627627
X076XMLSerialize: VERSIONNO
628628
X077XMLSerialize: explicit ENCODING optionNO
629629
X078XMLSerialize: explicit XML declarationNO
@@ -656,9 +656,9 @@ X142IS VALID predicate: ACCORDING TO clauseNO
656656
X143IS VALID predicate: ELEMENT clauseNO
657657
X144IS VALID predicate: schema locationNO
658658
X145IS VALID predicate outside check constraintsNO
659-
X151IS VALID predicate with DOCUMENT optionNO
660-
X152IS VALID predicate with CONTENT optionNO
661-
X153IS VALID predicate with SEQUENCE optionNO
659+
X151IS VALID predicate: with DOCUMENT optionNO
660+
X152IS VALID predicate: with CONTENT optionNO
661+
X153IS VALID predicate: with SEQUENCE optionNO
662662
X155IS VALID predicate: NAMESPACE without ELEMENT clauseNO
663663
X157IS VALID predicate: NO NAMESPACE with ELEMENT clauseNO
664664
X160Basic Information Schema for registered XML SchemasNO

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp