Re: good exception handling archiecutre

From: Adrian von Bidder <avbidder(at)fortytwo(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: good exception handling archiecutre
Date: 2010-08-16 11:26:53
Message-ID: 201008161326.58868@fortytwo.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Heyho!

[[ logging from postgres ]]

I think you can use dblink to do this - everything you do via dblink happens
in a separate db session and so it shouldn't be affected by what happens in
your transaction.

Depending on your requirements, system resources may be an issue though
(you're opening a full additional db session.)

cheers
-- vbi

--
Although this syntax is required by the SQL standard, it's not clear
what the standard expects it to do, except that it's most likely not
what we were doing.
-- PostgreSQL 8.3 release notes

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Wilson 2010-08-16 12:45:38 How to refer to computed columns from other computed columns?
Previous Message Torsten Zühlsdorff 2010-08-16 11:17:33 Re: InitDB: Bad system call