Re: create or replace view

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: create or replace view
Дата
Msg-id 20021114172259.GA22469@wolff.to
обсуждение исходный текст
Ответ на Re: create or replace view  (snpe <snpe@snpe.co.yu>)
Ответы Re: create or replace view  (snpe <snpe@snpe.co.yu>)
Список pgsql-hackers
On Thu, Nov 14, 2002 at 17:00:30 +0000, snpe <snpe@snpe.co.yu> wrote:
> On Thursday 14 November 2002 05:01 pm, Bruno Wolff III wrote:
> > On Thu, Nov 14, 2002 at 16:49:42 +0000,
> >
> >   snpe <snpe@snpe.co.yu> wrote:
> > > I want that 'create or replace view' work drop-create if view exists else
> > > only create
> >
> > Why do you want this?
> >
> 
> Why 'create or replace' ?

Why do you want create or replace to do a drop, then a create if the view
exists but it is being changed in a way that will break any objects that
refer to the old view?

Are you trying to save typing a few characters or what?


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

Предыдущее
От: snpe
Дата:
Сообщение: Re: create or replace view
Следующее
От: snpe
Дата:
Сообщение: Re: create or replace view