aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-04-17 16:04:54 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-04-17 16:06:41 +0200
commit1c77de98017022e45a0b12ddb71e202d55551f68 (patch)
tree78e72e23e23597b5c28f386b5b5525f2d106c056 /src
parent1c52f9c042fb939ed55ff572daee71036720db57 (diff)
downloadpostgresql-1c77de98017022e45a0b12ddb71e202d55551f68.tar.gz
postgresql-1c77de98017022e45a0b12ddb71e202d55551f68.zip
doc: Add additional SQL features codes from SQL:2023
These were mysteriously omitted in c9f57541d9.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/sql_features.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index e139f82272a..c7e6b03e913 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -348,6 +348,7 @@ F865 <offset row count> in <result offset clause> YES
F866 FETCH FIRST clause: PERCENT option NO
F867 FETCH FIRST clause: WITH TIES option YES
F868 ORDER BY in grouped table YES
+F869 SQL implementation info population YES
R010 Row pattern recognition: FROM clause NO
R020 Row pattern recognition: WINDOW clause NO
R030 Row pattern recognition: full aggregate support NO
@@ -425,6 +426,7 @@ T054 GREATEST and LEAST YES different null handling
T055 String padding functions YES
T056 Multi-character TRIM functions YES
T061 UCS support NO
+T062 Character length units NO
T071 BIGINT data type YES
T076 DECFLOAT data type NO
T081 Optional string types maximum length YES