Re: cmd-line interface

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Craig Longman <craigl(at)begeek(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: cmd-line interface
Date: 2001-08-14 21:35:55
Message-ID: Pine.LNX.4.30.0108142335080.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Longman writes:

> 1) stop on error
> this seems to be doable through the env-var ON_ERROR_STOP, but i do wish
> it was also parm i could pass on the cmd-line to psql. its just so much
> easier than setting the everytime i want the stop behaviour. i guess i
> could just set it and leave it.

psql -V ON_ERROR_STOP=

or check out ~/.psqlrc

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Svenne Krap 2001-08-14 22:03:41 explain, planner and more..
Previous Message Tom Lane 2001-08-14 21:33:28 Re: DeadLocks