Re: [GENERAL] changing the default directory

2008-01-24 Thread Martin Gainty
ent: Thursday, January 24, 2008 8:18 AM Subject: Re: [GENERAL] changing the default directory > On 24/01/2008 13:02, User Map wrote: > > > i am new to this postgre, i m running postgre under windows server 2003. > > postgres stores the database/data in the directory "C:\Pr

Re: [GENERAL] changing the default directory

2008-01-24 Thread User Map
On doing the following in comand prompt C:\program files\postgresql\8.2\bin> initdb -D C:\confc it says the program "postgres" is neded by initdb but was not found in the same directory as "C:\program files\postgresql\8.2\bin/initdb". check your installation. if i use: root# mkdir /

Re: [GENERAL] changing the default directory

2008-01-24 Thread Raymond O'Donnell
On 24/01/2008 13:02, User Map wrote: i am new to this postgre, i m running postgre under windows server 2003. postgres stores the database/data in the directory "C:\Program Files\PostgreSQL\8.2\data" by default. i want to change this directory to some other drive. is it posible to do this with

[GENERAL] changing the default directory

2008-01-24 Thread User Map
hi, i am new to this postgre, i m running postgre under windows server 2003. postgres stores the database/data in the directory "C:\Program Files\PostgreSQL\8.2\data" by default. i want to change this directory to some other drive. is it posible to do this without comand prompt. if it is not the