projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9cb59
)
Feature T173 "Extended LIKE clause in table definition" is supported
author
Peter Eisentraut
Thu, 23 Oct 2008 08:52:51 +0000
(08:52 +0000)
committer
Peter Eisentraut
Thu, 23 Oct 2008 08:52:51 +0000
(08:52 +0000)
(INCLUDING/EXCLUDING DEFAULTS)
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 485bace6d86a691148f34b5c0492ab3dd15b6c51..c918f7af444891c5e66cfb3e716f258ba8bff4b8 100644
(file)
--- a/
src/backend/catalog/sql_features.txt
+++ b/
src/backend/catalog/sql_features.txt
@@
-409,7
+409,7
@@
T151 DISTINCT predicate YES
T152 DISTINCT predicate with negation YES
T171 LIKE clause in table definition YES
T172 AS subquery clause in table definition NO
-T173 Extended LIKE clause in table definition
NO
+T173 Extended LIKE clause in table definition
YES
T174 Identity columns NO
T175 Generated columns NO
T176 Sequence generator support NO