Re: LIKE (second attempt) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: LIKE (second attempt)
Date
Msg-id 200306021538.h52FchL04107@candle.pha.pa.us
Whole thread Raw
In response to LIKE (second attempt)  (Rod Taylor <rbt@rbt.ca>)
List 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@rbt.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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: Re: SQL99 CREATE TABLE ... (LIKE parent_table)
Next
From: Tom Lane
Date:
Subject: Re: array support patch phase 1 patch