fix for SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема fix for SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem
Дата
Msg-id 199905220507.BAA25583@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
I have fixed:
SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem

Our grammer was way too overly complex in this area, and is much
clearer, with no shift/reduce conflicts.  To test, run postgres from the
command line.  psql already breaks up the commands.

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

Предыдущее
От: Edmund Mergl
Дата:
Сообщение: Re: [HACKERS] strange behavior of UPDATE
Следующее
От: Edmund Mergl
Дата:
Сообщение: Re: [HACKERS] strange behavior of UPDATE