Re: Unable to automaticly load Postmaster.

From: "Rajesh Kumar Mallah(dot)" <mallah(at)trade-india(dot)com>
To: "yudha" <yudha(at)BonBon(dot)net>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Unable to automaticly load Postmaster.
Date: 2002-12-02 13:13:22
Message-ID: 200212021843.22485.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

if you are on linux

copy contrib/start-scripts/linux /etc/rc.d/init.d/postgresql

and as root do:

# chkconfig --add postgresql
# chkconfig postgresql start

if that does not works out you can add following line in
one of your start up scripts usually /etc/rc.d/rc.local

su -l postgres -c "pg_ctl -l /var/log/pgsql -D /path/to/My_database start"

make sure /var/log/pgsql exists and is writable by postgres.

regds
mallah.

On Tuesday 03 December 2002 01:17 am, yudha wrote:
> Dear Milist,
> I've tried to upgrading my PostgreSQL to 7.3.
> It's Cool, especialy for the SCHEMA and
> I've been working on it. But one thing about
> "Postmaster" is keeping me in headache. Should
> I write "postmaster -D My_database" on every
> single day ? Or Every I Restart My Server,
> Could I write it once on somewhere...??,
> Or Any Idea from the Master like you All ???.
>
> GOD Bless You.

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Nick Fankhauser 2002-12-02 14:47:45 Re: pg_restore error: function plpgsql_call_handler already exists with same argument types
Previous Message Bhuvan A 2002-12-02 09:46:06 Re: Disabling triggers on a relation.