David Garamond wrote:
> Can psql be told to exit immediately after an error (especially when
> doing commands from a file, -f)? This is the default behaviour of the
> mysql client, except when we give it -f option ("force").
\set ON_ERROR_STOP on
Look into the psql man page for additional semantic details.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/