Re: BUG #4894: [patch] documentation bug on 'include' directive

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Schuller <peter(dot)schuller(at)infidyne(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4894: [patch] documentation bug on 'include' directive
Date: 2009-06-30 16:54:43
Message-ID: 19743.1246380883@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Peter Schuller <peter(dot)schuller(at)infidyne(dot)com> writes:
>>> The documentation says to use:
>>> include 'filename'
>>> Which fails with a generic error.
>>
>> What generic error?

> Error: Invalid line 496 in /etc/postgresql/8.3/main/postgresql.conf: include 'filename' failed!

> This is with a Debian PostgreSQL 8.3.

There is no such error message in Postgres 8.3 (or any other version).
I speculate that you are dealing with some bit of Debian-provided script
that tries to parse the config file but doesn't know enough to do it
correctly.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Schuller 2009-07-01 08:05:09 Re: BUG #4894: [patch] documentation bug on 'include' directive
Previous Message Tom Lane 2009-06-30 15:48:24 Re: BUG #4879: bgwriter fails to fsync the file in recovery mode