Re: Possible enhancement : replace view ?

From: Rod Taylor <rbt(at)zort(dot)ca>
To: Emmanuel Charpentier <charpent(at)bacbuc(dot)dyndns(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Possible enhancement : replace view ?
Date: 2002-08-14 00:42:01
Message-ID: 1029285722.74400.136.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Tradeoffs, again ... What about emitting warnings after table drop
> (easy)/creation (not so easy !) ?

The warnings are certainly there now. Dependency code won't let you do
such a thing without specifying CASCADE.

Hopefully CREATE OR REPLACE VIEW will be applied soon, which solves part
two of the problem.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-14 00:46:05 Re: Temporary Views
Previous Message Emmanuel Charpentier 2002-08-14 00:22:23 Re: Possible enhancement : replace view ?