LIKE <subtable> (second attempt)

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: LIKE <subtable> (second attempt)
Date: 2003-05-22 02:34:24
Message-ID: 1053570863.79120.23.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Includes:

- LIKE <subtable> [ 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 <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment Content-Type Size
doc.patch text/x-patch 4.1 KB
src.patch text/x-patch 18.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kevin Brown 2003-05-22 04:56:59 Re: Heads up: 7.3.3 this Wednesday
Previous Message Joe Conway 2003-05-21 21:08:07 Re: array support patch phase 1 patch