Re: [GENERAL] pg_hba reload

2009-02-15 Thread Lennin Caro
--- On Sat, 2/14/09, Bob Pawley wrote: > From: Bob Pawley > Subject: Re: [GENERAL] pg_hba reload > To: "John R Pierce" , "PostgreSQL" > > Date: Saturday, February 14, 2009, 11:31 PM > I'm running 8.3 on Windows XP. > > I input > pg_ctl relo

Re: [GENERAL] pg_hba reload

2009-02-14 Thread John R Pierce
Bob Pawley wrote: I'm running 8.3 on Windows XP. I input > pg_ctl reload -D c:\program files\postgresql\8.3\data- or any combination thereof, with or without brackets and the server is running. The return is - 'pg_ctl: too many command-line arguments'. you need to put " " around any pa

Re: [GENERAL] pg_hba reload

2009-02-14 Thread Rodrigo Gonzalez
- or any > combination thereof, with or without brackets and the server is running. > > The return is - 'pg_ctl: too many command-line arguments'. > > Bob > - Original Message - > From: "John R Pierce" > To: "PostgreSQL" &

Re: [GENERAL] pg_hba reload

2009-02-14 Thread Bob Pawley
--- From: "John R Pierce" To: "PostgreSQL" Sent: Saturday, February 14, 2009 2:25 PM Subject: Re: [GENERAL] pg_hba reload Bob Pawley wrote: I am attempting to load postmaster. pg_ctl reload I don't understand what is needed for [-D DATADIR]. I have tried the path to P

Re: [GENERAL] pg_hba reload

2009-02-14 Thread John R Pierce
Bob Pawley wrote: I am attempting to load postmaster. pg_ctl reload I don't understand what is needed for [-D DATADIR]. I have tried the path to Postgresql with no luck. I've also leftoff [-s] since it doesn't appear to be needed. Help would be appreciated. unclear from your description w

Re: [GENERAL] pg_hba reload

2009-02-14 Thread Serge Fonville
Hi, The swithc -d is for the directory that is populated when running initdb, it contains logging, configuration and databases Hope this helps Regards, Serge Fonville On Sat, Feb 14, 2009 at 11:10 PM, Bob Pawley wrote: > I am attempting to load postmaster. > > pg_ctl reload > > I don't unders

Re: [GENERAL] pg_hba reload

2009-02-14 Thread Scott Marlowe
On Sat, Feb 14, 2009 at 3:10 PM, Bob Pawley wrote: > I am attempting to load postmaster. > > pg_ctl reload > > I don't understand what is needed for [-D DATADIR]. I have tried the path to > Postgresql with no luck. > > I've also leftoff [-s] since it doesn't appear to be needed. -D points to the

Re: [GENERAL] pg_hba reload

2009-02-14 Thread Grzegorz Jaƛkiewicz
export PGDATA=/path/to/data -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general