[postgis-users] Problems installing on Linux

Mike Toews mwtoews at gmail.com
Tue Aug 6 02:59:56 PDT 2013


On 6 August 2013 21:50, Nicolas Ribot <nicolas.ribot at gmail.com> 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


More information about the postgis-users mailing list