Re: [HACKERS] Error in new psql
От | Bruce Momjian |
---|---|
Тема | Re: [HACKERS] Error in new psql |
Дата | |
Msg-id | 199912110057.TAA07320@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: [HACKERS] Error in new psql (wieck@debis.com (Jan Wieck)) |
Список | 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 по дате отправления: