Re: Configuring phpPgAdmin and pg_ctl reload

From: "Ashish Karalkar" <ashish(dot)karalkar(at)info-spectrum(dot)com>
To: "John Meyer" <john(dot)l(dot)meyer(at)gmail(dot)com>, "postgresql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Configuring phpPgAdmin and pg_ctl reload
Date: 2007-03-22 07:06:05
Message-ID: 008e01c76c54$fce24b50$170211ac@LIONKING.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(dot)l(dot)meyer(at)gmail(dot)com>
To: "postgresql-general" <pgsql-general(at)postgresql(dot)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.
>
>
> Keeping in mind that I typed just what pga_hba.conf said, was there a
> step I was missing (I ended up restarting the server and that worked).
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2007-03-22 07:29:48 Re: PostgreSQL 7.3.4 using Cygwin on a Windows 2003 Server R2 SP2
Previous Message Devrim GÜNDÜZ 2007-03-22 07:04:42 Re: Configuring phpPgAdmin and pg_ctl reload