From c70e606a4c9ab39d730ef79faf59bdcd9e8d779f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 25 Jun 2003 03:40:19 +0000 Subject: Includes: - LIKE [ INCLUDING DEFAULTS | EXCLUDING DEFAULTS ] - Quick cleanup of analyze.c function prototypes. - New non-reserved keywords (INCLUDING, EXCLUDING, DEFAULTS), SQL 200X Opted not to extend for check constraints at this time. As per the definition that it's user defined columns, OIDs are NOT inherited. Doc and Source patches attached. -- Rod Taylor --- src/test/regress/output/misc.source | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/test/regress/output') diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 7b8016229f..e52d71d232 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -609,6 +609,9 @@ SELECT user_relns() AS user_relns iexit ihighway inet_tbl + inhe + inhf + inhx insert_seq insert_tbl int2_tbl @@ -657,7 +660,7 @@ SELECT user_relns() AS user_relns toyemp varchar_tbl xacttest -(93 rows) +(96 rows) --SELECT name(equipment(hobby_construct(text 'skywalking', text 'mer'))) AS equip_name; SELECT hobbies_by_name('basketball'); -- cgit v1.2.1