Parser abort ignoring following commands

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Parser abort ignoring following commands
Date: 2001-05-26 14:23:13
Message-ID: Pine.LNX.4.30.0105261619030.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-05-26 15:12:31 Re: Parser abort ignoring following commands
Previous Message Bruce Momjian 2001-05-26 13:53:24 Re: First version of multi-key index support for GiST