Re: [GENERAL] log_statement per table

2014-03-09 Thread Jeff Janes
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

Re: [GENERAL] log_statement per table

2014-03-04 Thread Venkata Balaji Nagothi
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

Re: [GENERAL] log_statement per table

2014-03-04 Thread Jerry Sievers
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

Re: [GENERAL] log_statement per table

2014-03-04 Thread Steve Atkins
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

[GENERAL] log_statement per table

2014-03-04 Thread David Janssens
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