Re: create or replace rule/view (fwd) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: create or replace rule/view (fwd)
Date
Msg-id 200209012215.g81MFH524992@candle.pha.pa.us
Whole thread Raw
In response to Re: create or replace rule/view (fwd)  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://207.106.42.251/cgi-bin/pgpatches

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

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


Neil Conway wrote:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
> > You can redefine the query that supports the view.  You cannot add,
> > remove, rename, or change the datatypes of any columns of the view.
>
> I've attached a revision of Gavin's patch that implements this
> behavior (sorry it took so long, I've been busy with getting ready to
> move into university). I also did some review of Gavin's code: updated
> copyfuncs & equalfuncs, removed some superfluous function parameters,
> fixed some indentation, and write some regression tests.
>
> It probably still needs some review, however.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
  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: Neil Conway
Date:
Subject: Re: create or replace rule/view (fwd)
Next
From: Bruce Momjian
Date:
Subject: Re: revised patch for PL/PgSQL table functions