Re: Explicit psqlrc - Mailing list pgsql-hackers

From gabrielle
Subject Re: Explicit psqlrc
Date
Msg-id AANLkTimNs0y8DftqrRs6_BCbdomruKqumhOf67R--wRA@mail.gmail.com
Whole thread Raw
In response to Re: Explicit psqlrc  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Explicit psqlrc  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Mon, Jun 21, 2010 at 6:16 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> Well, that might be a good idea, too, but my expectation is that:
>
> psql -f one -f two -f three
>
> ought to behave in a manner fairly similar to:
>
> cat one two three > all
> psql -f all
>
> and it sounds like with this patch that's far from being the case.

Correct.  Each is handled individually.

Should I continue to check on ON_ERROR_ROLLBACK results, or bounce
this back to the author?

gabrielle


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Cannot cancel the change of a tablespace
Next
From: Robert Haas
Date:
Subject: Re: Explicit psqlrc