PROTECTED]>
To: pgsql-admin@postgresql.org, pgsql-sql@postgresql.org
Subject: [ADMIN] create view with check option
Date: Sun, 18 Mar 2007 22:38:05 -0700
Hi Everybody,
I have 2 versions of postgres 8.1.0 is my production version and 8.2.1
is my development version.
I am trying to create a view i
Karthikeyan Sundaram wrote:
> Hi Everybody,
>
>I have 2 versions of postgres 8.1.0 is my production version and
> 8.2.1 is my development version.
>
> I am trying to create a view in my development version (8.2.3)
>
> create view chnl_vw as select * from channel with check option;
>
>
Hi Everybody,
I have 2 versions of postgres 8.1.0 is my production version and 8.2.1
is my development version.
I am trying to create a view in my development version (8.2.3)
create view chnl_vw as select * from channel with check option;
I am getting an error message:
[Error] Scrip