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

Commite0bb5d0

Browse files
committed
Update SQL features
Some updates for SQL:2023 and some new features in PostgreSQL 16.
1 parent7039c7c commite0bb5d0

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

‎src/backend/catalog/sql_feature_packages.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ F311Core
3131
F471Core
3232
F481Core
3333
F501Core
34-
F812Core
3534
S011Core
3635
T321Core
3736
T631Core

‎src/backend/catalog/sql_features.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ F661Simple tablesYES
300300
F671Subqueries in CHECK constraintsNOintentionally omitted
301301
F672Retrospective CHECK constraintsYES
302302
F673Reads SQL-data routine invocations in CHECK constraintsNO
303-
F690Collation supportYESbut no character set support
303+
F690Collation supportYES
304304
F692Extended collation supportYES
305305
F693SQL-session and client module collationsNO
306306
F695Translation supportNO
@@ -425,7 +425,7 @@ T053Explicit aliases for all-fields referenceNO
425425
T054GREATEST and LEASTYESdifferent null handling
426426
T055String padding functionsYES
427427
T056Multi-character TRIM functionsYES
428-
T061UCS supportNO
428+
T061UCS supportYES
429429
T062Character length unitsNO
430430
T071BIGINT data typeYES
431431
T076DECFLOAT data typeNO
@@ -543,21 +543,21 @@ T662Underscores in numeric literalsYES
543543
T670Schema and data statement mixingYES
544544
T801JSON data typeNO
545545
T802Enhanced JSON data typeNO
546-
T803String-based JSONNO
547-
T811Basic SQL/JSON constructor functionsNO
548-
T812SQL/JSON: JSON_OBJECTAGGNO
549-
T813SQL/JSON: JSON_ARRAYAGG with ORDER BYNO
550-
T814Colon in JSON_OBJECT or JSON_OBJECTAGGNO
546+
T803String-based JSONYES
547+
T811Basic SQL/JSON constructor functionsYES
548+
T812SQL/JSON: JSON_OBJECTAGGYES
549+
T813SQL/JSON: JSON_ARRAYAGG with ORDER BYYES
550+
T814Colon in JSON_OBJECT or JSON_OBJECTAGGYES
551551
T821Basic SQL/JSON query operatorsNO
552-
T822SQL/JSON: IS JSON WITH UNIQUE KEYS predicateNO
552+
T822SQL/JSON: IS JSON WITH UNIQUE KEYS predicateYES
553553
T823SQL/JSON: PASSING clauseNO
554554
T824JSON_TABLE: specific PLAN clauseNO
555555
T825SQL/JSON: ON EMPTY and ON ERROR clausesNO
556556
T826General value expression in ON ERROR or ON EMPTY clausesNO
557557
T827JSON_TABLE: sibling NESTED COLUMNS clausesNO
558558
T828JSON_QUERYNO
559559
T829JSON_QUERY: array wrapper optionsNO
560-
T830Enforcing unique keys in SQL/JSON constructor functionsNO
560+
T830Enforcing unique keys in SQL/JSON constructor functionsYES
561561
T831SQL/JSON path language: strict modeYES
562562
T832SQL/JSON path language: item methodYES
563563
T833SQL/JSON path language: multiple subscriptsYES
@@ -568,7 +568,7 @@ T837SQL/JSON path language: regex_like predicateYES
568568
T838JSON_TABLE: PLAN DEFAULT clauseNO
569569
T839Formatted cast of datetimes to/from character stringsNO
570570
T840Hex integer literals in SQL/JSON path languageYES
571-
T851SQL/JSON: optional keywords for default syntaxNO
571+
T851SQL/JSON: optional keywords for default syntaxYES
572572
T860SQL/JSON simplified accessor: column reference onlyNO
573573
T861SQL/JSON simplified accessor: case-sensitive JSON member accessorNO
574574
T862SQL/JSON simplified accessor: wildcard member accessorNO
@@ -588,9 +588,9 @@ T875SQL/JSON item method: time precisionNO
588588
T876SQL/JSON item method: timestamp()NO
589589
T877SQL/JSON item method: timestamp_tz()NO
590590
T878SQL/JSON item method: timestamp precisionNO
591-
T879JSON in equality operationsNO
592-
T880JSON in grouping operationsNO
593-
T881JSON in ordering operationsNO
591+
T879JSON in equality operationsYESwith jsonb
592+
T880JSON in grouping operationsYESwith jsonb
593+
T881JSON in ordering operationsNOwith jsonb, partially supported
594594
T882JSON in multiset element grouping operationsNO
595595
M001DatalinksNO
596596
M002Datalinks via SQL/CLINO

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp