log_statement variable does not admit all value - Mailing list pgsql-general

From Jose Carlos Martinez Llario
Subject log_statement variable does not admit all value
Date
Msg-id 4F1B2A04.4090002@cgf.upv.es
Whole thread Raw
Responses Re: log_statement variable does not admit all value  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: log_statement variable does not admit all value  (Szymon Guz <mabewlun@gmail.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: c k
Date:
Subject: Re: grouping of query data in xml
Next
From: Adrian Klaver
Date:
Subject: Re: Database takes up MUCH more disk space than it should