Re: Moving to postgresql and some ignorant questions - Mailing list pgsql-general

From Mikko Partio
Subject Re: Moving to postgresql and some ignorant questions
Date
Msg-id 2ca799770708141113o30871505y8cc01e98c08a8176@mail.gmail.com
Whole thread Raw
In response to Re: Moving to postgresql and some ignorant questions  (Bill Moran <wmoran@potentialtech.com>)
List pgsql-general


On 8/14/07, Bill Moran <wmoran@potentialtech.com> wrote:

But the rule is, if any query within the transaction errors, then all queries
within the transaction are rolled back.


This is the default behaviour, but with psql and ON_ERROR_ROLLBACK parameter the behaviour can be changed. See http://www.postgresql.org/docs/8.2/interactive/app-psql.html

Regards

MP


pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Moving to postgresql and some ignorant questions
Next
From: Kenneth Downs
Date:
Subject: Re: MVCC cons