Re: intercepting WAL writes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: intercepting WAL writes
Date
Msg-id 7719.1212099487@sss.pgh.pa.us
Whole thread Raw
In response to Re: intercepting WAL writes  ("Mike" <mike@fonolo.com>)
List pgsql-hackers
"Mike" <mike@fonolo.com> writes:
> Is there another place in the code, I can get access to the statements (or
> statement "like" information), after a transaction commit?

No.

Bear in mind that what you have decided to do amounts to rolling your
own replication system.  This is a Hard Problem.  I would suggest
thinking in terms of adapting one of the existing replication projects
rather than doing it from scratch.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Core team statement on replication in PostgreSQL
Next
From: "Kevin Grittner"
Date:
Subject: Re: Hint Bits and Write I/O