BUG #5934: postgresql.conf: optional equal sign - Mailing list pgsql-bugs

From Frederic Junod
Subject BUG #5934: postgresql.conf: optional equal sign
Date
Msg-id 201103161525.p2GFPLBs094036@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5934: postgresql.conf: optional equal sign  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5934
Logged by:          Frederic Junod
Email address:      frederic.junod@camptocamp.com
PostgreSQL version: 8.4
Operating system:   debian squeeze
Description:        postgresql.conf: optional equal sign
Details:

Hello,

According to [1], the equal sign between the key and the value is optional
but if I set:
  listen_addresses '*'
I get an error:
"Error: Invalid line 502 in /etc/postgresql/8.4/main/postgresql.conf:
»listen_addresses  '*'«"

Looks like the equal sign is only optional for the include directive.

[1] http://www.postgresql.org/docs/8.4/interactive/config-setting.html

Regards,
fredj

pgsql-bugs by date:

Previous
From: bricklen
Date:
Subject: Re: SELECT '(1, nan, 3)'::cube;
Next
From: "Robert Brewer"
Date:
Subject: Re: SELECT '(1, nan, 3)'::cube;