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