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 pathname that has a space in it.


like,   pg_ctl reload -D "c:\program files\postgresql\8.3\data"



--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to