Re: create or replace view

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: create or replace view
Дата
Msg-id 5572.1037295951@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: create or replace view  (snpe <snpe@snpe.co.yu>)
Ответы Re: create or replace view  (snpe <snpe@snpe.co.yu>)
Список pgsql-hackers
snpe <snpe@snpe.co.yu> writes:
> On Thursday 14 November 2002 05:22 pm, Bruno Wolff III wrote:
>> Are you trying to save typing a few characters or what?

> Yes, it is 'create or replace view', not ?

The statement was not invented to save a few characters of typing.
It was invented to allow people to make internal changes to view
definitions without breaking other objects that refer to the view.

If we made it automatically drop and recreate the view then we'd
be defeating the purpose.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Propose RC1 for Friday ...
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: RC1?