Re: How to log whole query statement to relation? - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to log whole query statement to relation?
Date
Msg-id 5119.1177433628@sss.pgh.pa.us
Whole thread Raw
In response to How to log whole query statement to relation?  ("David Flegl" <ml_flegl@centrum.cz>)
Responses Re: How to log whole query statement to relation?  ("David Flegl" <ml_flegl@centrum.cz>)
List pgsql-novice
"David Flegl" <ml_flegl@centrum.cz> writes:
> Or anyone has other possible solution how to solve this problem? Generaly: on specified tables I need to know (inside
PostgreSQL,not seeing log files in system) which command user run. This is because of I need to made of very simplified
asynchronnousmultimaster replication (better say synchronization). 

I can pretty much guarantee that whatever you're building won't work.
There's no such thing as simple multimaster replication.

You'd be much better off to look into adopting one of the existing
solutions that someone else has already written and debugged.

            regards, tom lane

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: How to log whole query statement to relation?
Next
From: "David Flegl"
Date:
Subject: Re: How to log whole query statement to relation?