Re: [ADMIN] [SQL] create view with check option

2007-03-19 Thread Tom Lane
"hubert depesz lubaczewski" <[EMAIL PROTECTED]> writes: > On 3/19/07, Tom Lane <[EMAIL PROTECTED]> wrote: >>> ERROR: WITH CHECK OPTION is not implemented >> It seems perfectly clear to me ... > errors is clear, but maybe the information about check option should > be removed from docs to 8.2? The

Re: [SQL] create view with check option

2007-03-18 Thread Tom Lane
"Karthikeyan Sundaram" <[EMAIL PROTECTED]> writes: >I am getting an error message: > ERROR: WITH CHECK OPTION is not implemented >what does this mean? It seems perfectly clear to me ... regards, tom lane ---(end of broadcast)--

[SQL] 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