Re: Continue transactions after errors in psql - Mailing list pgsql-hackers

From Harald Fuchs
Subject Re: Continue transactions after errors in psql
Date
Msg-id pu1x8xbno8.fsf@srv.protecting.net
Whole thread Raw
In response to Re: [PATCHES] Continue transactions after errors in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-hackers
In article <426E4AC1.4070706@archonet.com>,
Richard Huxton <dev@archonet.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.



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [PATCHES] Continue transactions after errors in psql
Next
From: Philip Warner
Date:
Subject: Re: [PATCHES] Continue transactions after errors in