| From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
|---|---|
| To: | "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: start up and shut down script |
| Date: | 2006-11-03 10:07:53 |
| Message-ID: | 20061103100753.GA27350@svana.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2006-11-03 10:41:21 | Re: Counting records in a PL/pgsql cursor |
| Previous Message | Peter | 2006-11-03 09:51:46 | Re: Weird double single quote issue |