Re: Continue transactions after errors in psql

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Continue transactions after errors in psql
Date: 2005-01-28 09:46:13
Message-ID: 41FA09E5.7010903@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> I've attached a revised patch which fixes the problem, however I'm sure there
> is a better way. Thanks to Neil for putting up with me on irc :-)

How about calling the savepoint pg_psql_savepoint instead, that way it
follows our 'don't begin things with pg_' philosophy.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paesold 2005-01-28 10:33:29 Re: Continue transactions after errors in psql
Previous Message Richard Huxton 2005-01-28 08:36:34 Re: Permissions on aggregate component functions

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Paesold 2005-01-28 10:33:29 Re: Continue transactions after errors in psql
Previous Message Robert Treat 2005-01-28 06:48:44 Re: Continue transactions after errors in psql