Re: Feature discussion: Should syntax errors abort a transaction? - Mailing list pgsql-general

From Darren Duncan
Subject Re: Feature discussion: Should syntax errors abort a transaction?
Date
Msg-id 4FE0F7C9.10601@darrenduncan.net
Whole thread Raw
In response to Feature discussion: Should syntax errors abort a transaction?  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-general
I like the current behavior.  Having been pleasantly surprised that this is how
Pg operates, it is very helpful when I'm working on scripts or batches such as
for creating or populating schemas.  If it dies part way through, I know I can
just fix the problem and rerun the whole thing, without having to first undo or
skip the earlier portions.  Also, rollback for everything is much more
deterministic. -- Darren Duncan

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Feature discussion: Should syntax errors abort a transaction?
Next
From: Gavin Flower
Date:
Subject: Re: Feature discussion: Should syntax errors abort a transaction?