Re: [GENERAL] log_statement variable does not admit all value

2012-01-21 Thread Szymon Guz
On 21 January 2012 22:11, Jose Carlos Martinez Llario wrote: > Hi List, > > This variable admit according to docs: mod, ddl, all values. the all value > is not accepted. > I have postgres 9.1. > > s1=# set log_statement = all; > ERROR: syntax error at or near "all" > LINE 1: set log_statement = a

Re: [GENERAL] log_statement variable does not admit all value

2012-01-21 Thread Adrian Klaver
On Saturday, January 21, 2012 1:11:32 pm Jose Carlos Martinez Llario wrote: > Hi List, > > This variable admit according to docs: mod, ddl, all values. the all > value is not accepted. > I have postgres 9.1. > > s1=# set log_statement = all; set log_statement = 'all'; > ERROR: syntax error at

[GENERAL] log_statement variable does not admit all value

2012-01-21 Thread Jose Carlos Martinez Llario
Hi List, This variable admit according to docs: mod, ddl, all values. the all value is not accepted. I have postgres 9.1. s1=# set log_statement = all; ERROR: syntax error at or near "all" LINE 1: set log_statement = all; cheers, Jose -- Sent via pgsql-general mailing list (pgsql-general@