1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00

doc: Add additional SQL features codes from SQL:2023

These were mysteriously omitted in c9f57541d9.
This commit is contained in:
Peter Eisentraut
2023-04-17 16:04:54 +02:00
parent 1c52f9c042
commit 1c77de9801

View File

@ -348,6 +348,7 @@ F865 <offset row count> in <result offset clause> YES
F866 FETCH FIRST clause: PERCENT option NO F866 FETCH FIRST clause: PERCENT option NO
F867 FETCH FIRST clause: WITH TIES option YES F867 FETCH FIRST clause: WITH TIES option YES
F868 ORDER BY in grouped table YES F868 ORDER BY in grouped table YES
F869 SQL implementation info population YES
R010 Row pattern recognition: FROM clause NO R010 Row pattern recognition: FROM clause NO
R020 Row pattern recognition: WINDOW clause NO R020 Row pattern recognition: WINDOW clause NO
R030 Row pattern recognition: full aggregate support 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 T055 String padding functions YES
T056 Multi-character TRIM functions YES T056 Multi-character TRIM functions YES
T061 UCS support NO T061 UCS support NO
T062 Character length units NO
T071 BIGINT data type YES T071 BIGINT data type YES
T076 DECFLOAT data type NO T076 DECFLOAT data type NO
T081 Optional string types maximum length YES T081 Optional string types maximum length YES