On Tue, Mar 4, 2014 at 7:07 AM, Steve Atkins wrote:
>
> On Mar 4, 2014, at 2:19 AM, David Janssens wrote:
>
> > Hello,
> > I would like to log statements that modify a small subset of tables in a
> databases.
> > (not all tables, because the log files become too big in that case and I
> also wor
On Tue, Mar 4, 2014 at 9:19 PM, David Janssens wrote:
> Hello,
> I would like to log statements that modify a small subset of tables in a
> databases.
> (not all tables, because the log files become too big in that case and I
> also worry about performance)
> I currently use log_statement='mod' bu
David Janssens writes:
> Hello,
> I would like to log statements that modify a small subset of tables in
> a databases.
> (not all tables, because the log files become too big in that case and
> I also worry about performance)
> I currently use log_statement='mod' but I didn't find a way to limit
On Mar 4, 2014, at 2:19 AM, David Janssens wrote:
> Hello,
> I would like to log statements that modify a small subset of tables in a
> databases.
> (not all tables, because the log files become too big in that case and I also
> worry about performance)
> I currently use log_statement='mod' bu
Hello,
I would like to log statements that modify a small subset of tables in a
databases.
(not all tables, because the log files become too big in that case and I
also worry about performance)
I currently use log_statement='mod' but I didn't find a way to limit
this to the set of tables I want