Re: Making a result of transaction visible to everyone, saving the ability for a rollback

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Igor Katson <descentspb(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Making a result of transaction visible to everyone, saving the ability for a rollback
Date: 2009-02-12 03:18:08
Message-ID: 200902120318.n1C3I8H16276@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor Katson wrote:
> I need to execute a rather complex plpgsql function on a production
> server, the result of which is hard to test by myself.
>
> I want to make the result of a transaction, in which this function is
> executed, visible to the outer clients, but to have the ability of
> making a rollback in case one of the clients says something went wrong.
> Is it possible to do that?

No.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-12 06:10:07 Re: encoding of PostgreSQL messages
Previous Message Clemens Schwaighofer 2009-02-12 00:09:55 Re: Query Question