Re: Parser abort ignoring following commands
От
Tom Lane
Тема
Re: Parser abort ignoring following commands
Дата
Msg-id
22649.990891414@sss.pgh.pa.us
Ответ на
Re: Parser abort ignoring following commands (Peter Eisentraut)
Список
Дерево обсуждения
Parser abort ignoring following commands Peter Eisentraut <peter_e@gmx.net>
Re: Parser abort ignoring following commands Tom Lane <tgl@sss.pgh.pa.us>
Re: Parser abort ignoring following commands Peter Eisentraut <peter_e@gmx.net>
Re: Parser abort ignoring following commands Tom Lane <tgl@sss.pgh.pa.us>
Re: Parser abort ignoring following commands Peter Eisentraut <peter_e@gmx.net>
Re: Parser abort ignoring following commands Adam Haberlach <adam@newsnipple.com>
Re: Parser abort ignoring following commands Tom Lane <tgl@sss.pgh.pa.us>
Peter Eisentraut writes: > No, I think there is another problem. How about something without > selects: > $ psql -c 'delete from pk; delete from xx;' > ERROR: Relation 'xx' does not exist > "pk" exists, but nothing is deleted. Sure, because the transaction is rolled back. The whole string is executed in one transaction. You will definitely break existing applications if you change that. regards, tom lane
В списке pgsql-hackers по дате отправления