Re: Cast on character columns in views - Mailing list pgsql-sql

From Richard Broersma Jr
Subject Re: Cast on character columns in views
Date
Msg-id 819244.86005.qm@web31811.mail.mud.yahoo.com
Whole thread Raw
In response to Re: Cast on character columns in views  ("Luiz K. Matsumura" <luiz@planit.com.br>)
List 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 by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Use of delete...returning in function problem
Next
From: Richard Broersma Jr
Date:
Subject: Re: Cast on character columns in views