Parser abort ignoring following commands - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Parser abort ignoring following commands
Date
Msg-id Pine.LNX.4.30.0105261619030.757-100000@peter.localdomain
Whole thread Raw
Responses Re: Parser abort ignoring following commands  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: First version of multi-key index support for GiST
Next
From: Tom Lane
Date:
Subject: Re: Parser abort ignoring following commands