Re: [HACKERS] CREATE OR REPLACE VIEW/TRIGGER

Поиск
Список
Период
Сортировка
От Bill Studenmund
Тема Re: [HACKERS] CREATE OR REPLACE VIEW/TRIGGER
Дата
Msg-id Pine.NEB.4.33.0110221132320.6662-100000@vespasia.home-net.internetconnect.net
обсуждение исходный текст
Ответы Re: [HACKERS] CREATE OR REPLACE VIEW/TRIGGER  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] CREATE OR REPLACE VIEW/TRIGGER  (Peter Eisentraut <peter_e@gmx.net>)
Список pgadmin-hackers
On Tue, 23 Oct 2001, Bruce Momjian wrote:

> > Dear all,
> >
> > Would it be possible to implement CREATE OR REPLACE VIEW / TRIGGER in
> > PostgreSQL 7.2?

Probably not, it's rather late in the cycle (isn't beta imminent?). Oh,
I'd vote for "OR REPLACE" as there's already an opt_or_replace
non-terminal in the parser. Adding an optional "OR DROP" might displease
yacc, and also follows in the same vein as what we have for CREATE
FUNCTION.

> > Alternatively, could someone implement CREATE OR DROP VIEW / TRIGGER? These
> > features are needed for pgAdmin II (we could also provide a patch for
> > PhpPgAdmin). If this cannot be implemented in PostgreSQL, we will go for
> > pseudo-modification solutions (which is definitely not a good solution).
>
> Our current CREATE OR REPLACE FUNCTION perserves the OID of the
> function.  Is there similar functionality you need where a simple
> DROP (ignore the error), CREATE will not work?

If possible, it's nice to not have commands whose error codes you ignore.
That way if you see an error, you know you need to do something about it.

Take care,

Bill


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] CREATE OR REPLACE VIEW/TRIGGER
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] CREATE OR REPLACE VIEW/TRIGGER