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 in 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