Re: LIKE <subtable> (second attempt)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: LIKE <subtable> (second attempt)
Date: 2003-06-02 15:38:43
Message-ID: 200306021538.h52FchL04107@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Rod Taylor wrote:
-- Start of PGP signed section.
> 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, skipping... ]

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-06-02 15:39:52 Re: array support patch phase 1 patch
Previous Message Rod Taylor 2003-06-02 15:36:03 Re: SQL99 CREATE TABLE ... (LIKE parent_table)