Re: Autonomous transaction - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: Autonomous transaction
Date
Msg-id z2r3073cc9b1004050911v171df417yb7fd9675af9bcc98@mail.gmail.com
Whole thread Raw
In response to Autonomous transaction  (Loïc Vaumerel <shefla@gmail.com>)
List pgsql-hackers
On Sun, Apr 4, 2010 at 10:26 AM, Loïc Vaumerel <shefla@gmail.com> wrote:
[...]
> All solutions I found are working the same way : they use dblink.
> I consider these solution more as handiwork than a clean solution.
> I am a little bit concerned about side effects as dblink were not intially
> designed for this.
>

the only side effect i can think of is that you will use another
connection slot (that's because dblink will stablish a new connection)

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per
Next
From: "Kevin Grittner"
Date:
Subject: Re: count function alternative in postgres