doc: Add additional SQL features codes from SQL:2023
authorPeter Eisentraut <[email protected]>
Mon, 17 Apr 2023 14:04:54 +0000 (16:04 +0200)
committerPeter Eisentraut <[email protected]>
Mon, 17 Apr 2023 14:06:41 +0000 (16:06 +0200)
These were mysteriously omitted in c9f57541d9.

src/backend/catalog/sql_features.txt

index e139f82272afdab4f2e78fade2c11e97076faa23..c7e6b03e9137f4fec021368460e68bffbdd73827 100644 (file)
@@ -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