On 6 August 2013 21:50, Nicolas Ribot <[email protected]> wrote: > Hi, > > What is the *first* error message returned by the command: > psql -d james_test -f /usr/pgsql-9.0/share/contrib/postgis-2.0/postgis.sql > > Nicolas
A good way to do this is to stop psql on the first error (off by default), e.g.: psql -v ON_ERROR_STOP=1 -d james_test -f /usr/pgsql-9.0/share/contrib/postgis-2.0/postgis.sql -Mike _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
