diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-10-29 11:33:46 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-10-29 11:33:46 +0000 |
commit | d083bd7a5abfc5c4d5746be710a1aa8a652f7205 (patch) | |
tree | a8f2018d261761d5726905fe70e70e3d2b0db894 | |
parent | f7ad874ca860f95f050641cbe6f325b7a2afe0b9 (diff) | |
download | postgresql-d083bd7a5abfc5c4d5746be710a1aa8a652f7205.tar.gz postgresql-d083bd7a5abfc5c4d5746be710a1aa8a652f7205.zip |
Update on array features support
-rw-r--r-- | src/backend/catalog/sql_features.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 707a0710836..e28066dc687 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -341,14 +341,14 @@ S043 Enhanced reference types NO S051 Create table of type NO S071 SQL paths in function and type name resolution YES S081 Subtables NO -S091 Basic array support NO +S091 Basic array support NO partially supported S091 Basic array support 01 Arrays of built-in data types NO S091 Basic array support 02 Arrays of distinct types NO S091 Basic array support 03 Array expressions NO -S092 Arrays of user-defined types NO +S092 Arrays of user-defined types YES S094 Arrays of reference types NO -S095 Array constructors by query NO -S096 Optional array bounds NO +S095 Array constructors by query YES +S096 Optional array bounds YES S097 Array element assignment NO S098 ARRAY_AGG NO S111 ONLY in query expressions YES |