diff options
| author | Peter Eisentraut | 2012-12-19 12:14:27 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-12-19 12:14:27 +0000 |
| commit | f2b88080db43fbadaef990a1b240bd634d1d4275 (patch) | |
| tree | 4985e0f4535d3d054684c3d434a80b1493f5b09d /src | |
| parent | 6925e38dadca0e64e8528316ccee7591fe88331f (diff) | |
Rename SQL feature S403 to ARRAY_MAX_CARDINALITY
In an earlier version of the standard, this was called just
"MAX_CARDINALITY".
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/catalog/sql_features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 81b842c2f8..58313a2816 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -386,7 +386,7 @@ S291 Unique constraint on entire row NO S301 Enhanced UNNEST NO S401 Distinct types based on array types NO S402 Distinct types based on distinct types NO -S403 MAX_CARDINALITY NO +S403 ARRAY_MAX_CARDINALITY NO S404 TRIM_ARRAY NO T011 Timestamp in Information Schema NO T021 BINARY and VARBINARY data types NO |
