Re: [HACKERS] Error in new psql - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Error in new psql
Date
Msg-id 199912110057.TAA07320@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Error in new psql  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
> >    test=> select (;)
> >    ERROR:  parser: parse error at or near ")"
> 
> Kinda,
> 
>     actually I meant
> 
>         CREATE RULE myrule AS ON DELETE TO mytable DO (
>             DELETE FROM myothertab1 WHERE key = old.key;
>             DELETE FROM myothertab2 WHERE key = old.key;
>         );
>         ERROR:  parser: parse error at or near ""
> 
>     This is a possible syntax which (IIRC) got released with v6.4
>     and  is  subject  to  the  examples  in   the   rule   system
>     documentation.   The  parser still accepts it, so breaking it
>     due to changes in  psql  is  an  IMHO  unacceptable  backward
>     incompatibility.
> 

Yes, certainly this will be fixed.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Error in new psql
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Error in new psql