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: REL8_4_BETA1~835 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2675d043b9af54b079bb33202346ed285de0d765;p=thirdparty%2Fpostgresql.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 485bace6d86..c918f7af444 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