Re: fake vs real CREATE OR REPLACE VIEW

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: fake vs real CREATE OR REPLACE VIEW
Date: 2002-02-26 09:27:58
Message-ID: 200202260927.g1Q9RwLx009105@www1.translationforge
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le Mardi 26 Février 2002 09:40, Dave Page a écrit :
> Yes. I thought I suggested adding a warning to that effect at one time.
You are right. We could query using existing views with ILIKE %view_bar% and
issue a warning if some view matches, but this wron't fix the broblem. We
need CREATE OR REPLACE VIEW... CREATE OR REPLACE TRIGGER is not really
needed...

> How's the ALTER VIEW patch coming along btw?
Do you mean issuing a warning?

Cheers,
Jean-Michel

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2002-02-26 09:39:47 Re: Database->ServerEncoding, ClientEncoding
Previous Message Dave Page 2002-02-26 08:53:36 Renaming Sequences & Indexes...