BUG #5934: postgresql.conf: optional equal sign

From: "Frederic Junod" <frederic(dot)junod(at)camptocamp(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5934: postgresql.conf: optional equal sign
Date: 2011-03-16 15:25:21
Message-ID: 201103161525.p2GFPLBs094036@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5934
Logged by: Frederic Junod
Email address: frederic(dot)junod(at)camptocamp(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message bricklen 2011-03-16 16:18:02 Re: SELECT '(1, nan, 3)'::cube;
Previous Message Kevin Grittner 2011-03-16 15:14:19 Re: BUG #5933: database restore error