Re: start up and shut down script - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: start up and shut down script
Date
Msg-id 20061103100753.GA27350@svana.org
Whole thread Raw
In response to start up and shut down script  ("surabhi.ahuja" <surabhi.ahuja@iiitb.ac.in>)
List pgsql-general
On Fri, Nov 03, 2006 at 01:40:35PM +0530, surabhi.ahuja wrote:
> I am using PostgreSQL 8.0.0.
>
>  i have noted the following lines in the script to start or shut down postmaster.
> Can you please let me know why they are needed

Where did you get these fragments from? They appear to be for a redhat
based system, not sure because I don't have them.

> if [ "`uname`" = "Linux" ]; then
>    INITD=/etc/rc.d/init.d
>    . $INITD/functions
>    # Get config.
>    . /etc/sysconfig/network
> fi

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Peter
Date:
Subject: Re: Weird double single quote issue
Next
From: Richard Huxton
Date:
Subject: Re: Counting records in a PL/pgsql cursor