RE: [HACKERS] psql and libpq fixes

From: Dmitry Samersoff <dms(at)wplus(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: [HACKERS] psql and libpq fixes
Date: 2000-02-08 18:00:30
Message-ID: XFMail.20000208210030.dms@wplus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 07-Feb-2000 Peter Eisentraut wrote:
> libpq should be back to normal (printing and all). Sorry once again for
> the mess.
>
> The psql quoting issue should be fixed as well. As is usual for
> hand-crafted parsers, there's probably something I overlooked, so feel
> free to bring that to my attention. I haven't done anything about the
> echo options yet, although I'm leaning towards "-a".
>
> While we're at it, there's a setting that causes psql to stop execution of
> a script on an error (since usually the later commands will be depending
> on the successful completion of earlier ones). I was wondering if that
> should be the default if you use the -f option.

No!!!
I have lots script like
drop function ....
create function
end so on

May be better going to file like
~/.pgdefaults

--
Dmitry Samersoff, dms(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-02-08 18:17:41 Re: [HACKERS] Deferred trigger queue
Previous Message Thomas Lockhart 2000-02-08 17:55:31 Re: [HACKERS] Deferred trigger queue