Re: pg_hba reload

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_hba reload
Date: 2009-02-15 01:00:02
Message-ID: 49976912.3050800@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2009-02-15 02:49:43 Re: clearing the buffer cache
Previous Message Rodrigo Gonzalez 2009-02-14 23:41:47 Re: pg_hba reload