Re: problem with kill script

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: julien <julien(at)nura(dot)no-ip(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: problem with kill script
Date: 2006-04-11 20:11:01
Message-ID: 10140.1144786261@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

julien <julien(at)nura(dot)no-ip(dot)com> writes:
> The INSTALL file mention the command "kill `cat
> /usr/local/pgsql/data/postmaster.pid`" but the pid file contain the pid
> but not only, it also contain data directory and some numbers (memory
> usage ?, database characteristic ?)

Hm, I wonder why this documentation isn't recommending "pg_ctl stop"
instead. runtime.sgml gets it right:

<screen>
$ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput>
</screen>

but the text in installation.sgml seems much older.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-04-11 20:13:57 Re: BUG #2386: pg_restore doesn't restore large objects
Previous Message Tom Lane 2006-04-11 20:06:19 Re: BUG #2387: Incorrect sorting of timestamp with time zone