Parser abort ignoring following commands

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Parser abort ignoring following commands
Дата
Msg-id Pine.LNX.4.30.0105261619030.757-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: Parser abort ignoring following commands  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
psql -c 'select * from pg_class; select * from no_such_table;'

Shouldn't this at least give me the result of the first select before
aborting the second?  Moreover, shouldn't

psql -c 'select * from no_such_table; select * from pg_class;'

give me the result of the second select?

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: First version of multi-key index support for GiST
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Parser abort ignoring following commands