Re: how to stop postmaster - Mailing list pgsql-novice

From Tom Lane
Subject Re: how to stop postmaster
Date
Msg-id 15584.1097266452@sss.pgh.pa.us
Whole thread Raw
In response to how to stop postmaster  ("Keith Worthington" <keithw@narrowpathinc.com>)
List pgsql-novice
"Keith Worthington" <keithw@narrowpathinc.com> writes:
> Here is what I did.

> $ postmaster -D /raid02/databases/

> $ pg_ctl stop -m smart
> pg_ctl: cannot find /var/lib/pgsql/data/postmaster.pid
> Is postmaster running?

pg_ctl evidently thinks that PGDATA is /var/lib/pgsql/data, which I
suppose it got from an environment variable you have set; but you
told the postmaster to use PGDATA = /raid02/databases.  So you need
    pg_ctl stop -D /raid02/databases/ -m whatever

Or change your environment variable.

> I would also like to know how to start the postmaster properly on a permanent
> basis.  For instance at boot time.

Usually people do that with an init script.  There's a simple one in the
source distribution (look in contrib/start-scripts) but you're probably
better off using the one that comes with the RPM distribution.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Keith Worthington"
Date:
Subject: how to stop postmaster
Next
From: "V i s h a l Kashyap @ [Sai Hertz And Control Systems]"
Date:
Subject: View or Function as default field