BUG #4006: pg_ctl assumes that all config files lie in data_directory - Mailing list pgsql-bugs

From David Schweikert
Subject BUG #4006: pg_ctl assumes that all config files lie in data_directory
Date
Msg-id 200803031415.m23EFwqi003946@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4006: pg_ctl assumes that all config files lie in data_directory
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4006
Logged by:          David Schweikert
Email address:      david@schweikert.ch
PostgreSQL version: 8.3.0
Operating system:   Linux
Description:        pg_ctl assumes that all config files lie in
data_directory
Details:

pg_ctl doesn't work if you put postgresql.conf in a different directory than
the database data files. According to the documentation, this is however
considered a good practice:
http://www.postgresql.org/docs/8.3/interactive/runtime-config-file-locations
.html

pgsql-bugs by date:

Previous
From: Steve Clark
Date:
Subject: Re: [GENERAL] ecpg problem
Next
From: Steve Clark
Date:
Subject: Re: ecpg produces code that won't compile