From: | Alex Satrapa <alex(at)lintelsys(dot)com(dot)au> |
---|---|
To: | "Randolf Richardson, DevNet SysOp 29" <rr(at)8x(dot)ca> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Humor me: Postgresql vs. MySql (esp. licensing) |
Date: | 2003-11-19 22:04:36 |
Message-ID: | 3FBBE8F4.70706@lintelsys.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Randolf Richardson, DevNet SysOp 29 wrote:
> [sNip]
>
>>>Do a shutdown -h on a live database machine with pg. It will gracefully
>>>shut itself down.
>>
>>Is that true for all OS flavors and is it dependent upon the DBA having
>>set up proper shutdown scripts?
>
> [sNip]
>
> When I tested this on PostgreSQL on Novell NetWare 6 it shut down
> gracefully. I don't see why this would be different on other Operating
> Systems since the code base is essentially the same (isn't it?).
No it's not. Don't confuse the PostgreSQL code base with the operating
system it's running on.
On Mac OS X (desktop version, at least) there are no shutdown scripts.
All running applications are simply sent the "TERM" signal, then later
sent the "KILL" signal. Luckily enough, PostgreSQL seems to respond to
TERM by shutting down gracefully.
Totally off topic, but this lack of shutdown scripts, along with a lack
of proper package management are the two most painful faults in Mac OS X.
Alex
From | Date | Subject | |
---|---|---|---|
Next Message | Randolf Richardson, DevNet SysOp 29 | 2003-11-19 22:21:40 | Re: Visio Like Tool.... |
Previous Message | Stephen Robert Norris | 2003-11-19 22:04:11 | Re: Tunning postgresql |