Re: create or replace view

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "snpe" <snpe(at)snpe(dot)co(dot)yu>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: create or replace view
Date: 2002-11-15 02:14:55
Message-ID: GNELIHDDFBOCMGBFGEFOMEJHCEAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Well, doing create or replace as a drop/create might very well
> do the same
> > thing, and even if it got the same oid, we'd have to be really sure that
> > nothing would misbehave upon receiving that extra column before allowing
> > it for purposes of avoiding recreation of dependencies.
> >
> >
> Can PostgreSQL recreate dependecies automaticly or say 'object is
> not valid'

7.3 doesn't do 'object is not valid'

Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-11-15 02:26:10 log_* GUC variables
Previous Message snpe 2002-11-15 02:09:13 Re: create or replace view