Parser abort ignoring following commands
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2001-05-26T14:23:13Z
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@gmx.net http://funkturm.homeip.net/~peter