From: Peter Eisentraut Date: Thu, 23 Oct 2008 08:52:51 +0000 (+0000) Subject: Feature T173 "Extended LIKE clause in table definition" is supported X-Git-Tag: recoveryinfrav9~491 X-Git-Url: http://git.postgresql.org/gitweb/irc:/static/gitweb.js?a=commitdiff_plain;h=224ebef2bcf711e0e2d199d0bbfdb8327ab7f552;p=users%2Fsimon%2Fpostgres.git Feature T173 "Extended LIKE clause in table definition" is supported (INCLUDING/EXCLUDING DEFAULTS) --- diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 485bace6d8..c918f7af44 100644 --- 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