Re: pg_hba reload

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: pg_hba reload
Дата
Msg-id 49976912.3050800@hogranch.com
обсуждение исходный текст
Ответ на Re: pg_hba reload  ("Bob Pawley" <rjpawley@shaw.ca>)
Список 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 по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: clearing the buffer cache
Следующее
От: Fernando Moreno
Дата:
Сообщение: Re: Array in nested query