Re: [HACKERS] Error in new psql

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Error in new psql
Дата
Msg-id 199912110013.TAA03470@candle.pha.pa.us
обсуждение исходный текст
Ответ на Error in new psql  (wieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] Error in new psql  (wieck@debis.com (Jan Wieck))
Re: [HACKERS] Error in new psql  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> Peter,
> 
>     I  just  noticed  that  the new psql doesn't handle semicolon
>     inside of unmatched parentheses correct any more. This  is  a
>     requirement  for defining multi action rules and was properly
>     supported by v6.5.* psql.
> 
>     The CURRENT version submits the query buffer as soon,  as  it
>     encounters  the  first semicolon outside of a string literal,
>     and that is wrong according to the definition of CREATE RULE.

I assume you mean:
test=> select (;) ERROR:  parser: parse error at or near ")"


--  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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] More initdb follies
Следующее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Error in new psql