Re: BUG #3597: CREATE OR REPLACE VIEW

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #3597: CREATE OR REPLACE VIEW
Дата
Msg-id 46DD0E17.80703@enterprisedb.com
обсуждение исходный текст
Ответ на BUG #3597: CREATE OR REPLACE VIEW  ("Luiz K. Matsumura" <luiz@planit.com.br>)
Ответы Re: BUG #3597: CREATE OR REPLACE VIEW  ("Luiz K. Matsumura" <luiz@planit.com.br>)
Список pgsql-bugs
Luiz K. Matsumura wrote:
> When we do a command Create or Replace View that change columns of previous
> view we got a error.

Right. You can't change the data types of an existing view. You'll have
to drop and recreate it.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: "Luiz K. Matsumura"
Дата:
Сообщение: BUG #3597: CREATE OR REPLACE VIEW
Следующее
От: "Luiz K. Matsumura"
Дата:
Сообщение: BUG #3598: Strange behaviour of character columns in select with views