Re: pg_hba reload - Mailing list pgsql-general

From John R Pierce
Subject Re: pg_hba reload
Date
Msg-id 49976912.3050800@hogranch.com
Whole thread Raw
In response to Re: pg_hba reload  ("Bob Pawley" <rjpawley@shaw.ca>)
List pgsql-general
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"



pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: clearing the buffer cache
Next
From: Fernando Moreno
Date:
Subject: Re: Array in nested query