Re: [ADMIN] create view with check option

2007-03-19 Thread Karthikeyan Sundaram
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

Re: [ADMIN] create view with check option

2007-03-19 Thread Gaetano Mendola
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; > >

[ADMIN] create view with check option

2007-03-18 Thread Karthikeyan Sundaram
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