Re: [HACKERS] pg_ctl -w with postgresql.conf in non-default path

2008-07-07 Thread HIRANO Yoshitaka
From: Andrew Dunstan <[EMAIL PROTECTED]> Subject: Re: [HACKERS] pg_ctl -w with postgresql.conf in non-default path Date: Mon, 07 Jul 2008 09:07:14 -0400 > Try setting the port for pg_ctl: PGPORT=nnn pg_ctl -D datadir -w start Thank you, andrew, I understand what I did was not rig

Re: [HACKERS] pg_ctl -w with postgresql.conf in non-default path

2008-07-07 Thread Andrew Dunstan
[EMAIL PROTECTED] wrote: Hello guys, This is my first post to this list.. I'm using PostgreSQL8.3.3 and I moved postgresql.conf to the outside of DATA direcotory, and invoked postgres via pg_ctl as following. pg_ctl -w -D /data -o '--config-file=/home/hirano/postgresql.conf' start This seem

[HACKERS] pg_ctl -w with postgresql.conf in non-default path

2008-07-06 Thread yo
Hello guys, This is my first post to this list.. I'm using PostgreSQL8.3.3 and I moved postgresql.conf to the outside of DATA direcotory, and invoked postgres via pg_ctl as following. pg_ctl -w -D /data -o '--config-file=/home/hirano/postgresql.conf' start This seems to work well, but when I ch