projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6925e38
)
Rename SQL feature S403 to ARRAY_MAX_CARDINALITY
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 19 Dec 2012 12:14:27 +0000
(07:14 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 19 Dec 2012 12:14:27 +0000
(07:14 -0500)
In an earlier version of the standard, this was called just
"MAX_CARDINALITY".
src/backend/catalog/sql_features.txt
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/sql_features.txt
b/src/backend/catalog/sql_features.txt
index 81b842c2f85fd2cb3b58b1e5152e31ebe1c2ef24..58313a28168ae8fdf7113bc6407bda30c6b25116 100644
(file)
--- 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