Re: [GENERAL] How to I relocate the Postgresql data directory

2010-10-06 Thread Thomas Kellerer
Vorpal, 07.10.2010 02:53: PostgreSQL was installed as part of other software. The data folder is a subfolder of D:\Program Files\ Specifically: "D:\Program Files\PostgreSQL\8.3\bin\pg_ctl.exe" runservice -w -N "pgsql-8.3" -D "D:\Program Files\PostgreSQL\8.3\data\" For various reasons I would li

Re: [GENERAL] How to I relocate the Postgresql data directory

2010-10-06 Thread Darren Duncan
Vorpal wrote: PostgreSQL was installed as part of other software. The data folder is a subfolder of D:\Program Files\ Specifically: "D:\Program Files\PostgreSQL\8.3\bin\pg_ctl.exe" runservice -w -N "pgsql-8.3" -D "D:\Program Files\PostgreSQL\8.3\data\" For various reasons I would like the data d

Re: [GENERAL] How to I relocate the Postgresql data directory

2010-10-06 Thread Scott Marlowe
On Wed, Oct 6, 2010 at 6:53 PM, Vorpal wrote: > > PostgreSQL was installed as part of other software. > The data folder is a subfolder of D:\Program Files\ > Specifically: > "D:\Program Files\PostgreSQL\8.3\bin\pg_ctl.exe" runservice -w -N > "pgsql-8.3" -D "D:\Program Files\PostgreSQL\8.3\data\" >