Re: Continue transactions after errors in psql

From: Harald Fuchs <use_reply_to(at)protecting(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Continue transactions after errors in psql
Date: 2005-04-26 14:47:03
Message-ID: pu1x8xbno8.fsf@srv.protecting.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

In article <426E4AC1(dot)4070706(at)archonet(dot)com>,
Richard Huxton <dev(at)archonet(dot)com> writes:

>> I just don't see why non-interactive mode does need such a switch
>> because there is no way to check if there was an error. So just put
>> two queries there and hope one will work?

> DROP TABLE foo;
> CREATE TABLE foo...

Ah, my pet peeve! "DROP TABLE IF EXISTS name" is the only thing I
really miss from MySQL.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2005-04-26 14:48:05 Re: [HACKERS] Continue transactions after errors in
Previous Message Joshua D. Drake 2005-04-26 14:44:13 Re: [HACKERS] Continue transactions after errors in psql

Browse pgsql-patches by date

  From Date Subject
Next Message Philip Warner 2005-04-26 14:48:05 Re: [HACKERS] Continue transactions after errors in
Previous Message Joshua D. Drake 2005-04-26 14:44:13 Re: [HACKERS] Continue transactions after errors in psql