Re: Cast on character columns in views

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Cast on character columns in views
Дата
Msg-id 819244.86005.qm@web31811.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Cast on character columns in views  ("Luiz K. Matsumura" <luiz@planit.com.br>)
Список pgsql-sql
--- "Luiz K. Matsumura" <luiz@planit.com.br> wrote:
> When I drop the view first , and then create again the view (in a 
> separated transaction), now the command works! (this is a bug?)

Well according to the manual, it is working as it is intended to work:
http://www.postgresql.org/docs/8.2/interactive/sql-createview.html

I've created large SQL scripts that employ:

DROP VIEW IF EXITS viewname;

CREATE VIEW ...

Regards,
Richard Broersma Jr.


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Use of delete...returning in function problem
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Cast on character columns in views