Re: Configuring phpPgAdmin and pg_ctl reload - Mailing list pgsql-general

From John Meyer
Subject Re: Configuring phpPgAdmin and pg_ctl reload
Date
Msg-id 46027141.4090704@gmail.com
Whole thread Raw
In response to Re: Configuring phpPgAdmin and pg_ctl reload  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
Responses Re: Configuring phpPgAdmin and pg_ctl reload  (Douglas McNaught <doug@mcnaught.org>)
List pgsql-general
Ashish Karalkar wrote:
> Try
>
> pg_ctl  -D /path to pg data home
>
> e.g.
> pg_ctl -D /usr/local/pgsql/data
>
> Hope this will help
>
>
> ----- Original Message ----- From: "John Meyer" <john.l.meyer@gmail.com>
> To: "postgresql-general" <pgsql-general@postgresql.org>
> Sent: Thursday, March 22, 2007 8:31 AM
> Subject: [GENERAL] Configuring phpPgAdmin and pg_ctl reload
>
>
>> I'm setting up phpPgAdmin and I finally get to the point where you
>> reconfigure pg_hba.conf  One of the lines says to reload the values,
>> type the command pg_ctl reload.  I try it as super user, no go, I su
>> into postgres, it complains:
>>
>> pg_ctl reload
>> pg_ctl: no database directory specified and environment variable
>> PGDATA unset
>> Try "pg_ctl --help" for more information.
>>


Okay.
Maybe it was just understood, but I was typing in word for word the
entry from pg_hba.conf, but I'll keep that for reference later on.

pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Dealing with table names in functions
Next
From: "Merlin Moncure"
Date:
Subject: Re: Postgres Hot Standby. How or when does the recovery db move recovery.conf to recovery.done?