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

2009-07-01 Thread Alvaro Herrera
Peter Schuller wrote: > > >> 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). >

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

2009-07-01 Thread Bruce Momjian
Peter Schuller wrote: -- Start of PGP signed section. > > >> 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 Postgre

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

2009-07-01 Thread Peter Schuller
> >> 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

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

2009-06-30 Thread Tom Lane
Peter Schuller 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. The

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

2009-06-30 Thread Peter Schuller
> > 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! > > Correct syntax is: > > include = 'filename' > > The stated syntax

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

2009-06-29 Thread Tom Lane
"Peter Schuller" writes: > The documentation says to use: > include 'filename' > Which fails with a generic error. What generic error? > Correct syntax is: > include = 'filename' The stated syntax should work just fine. regards, tom lane -- Sent via pgsql-bugs mai