On Wed, 2003-03-26 at 05:00, Stefan Berg wrote:>
> Can anyone give some advise on an elegant way to shut down
> the database properly. In my case, I don't worry or care
> if someone was still busy on the database, because nobody
> updates stuff.
>
> Any help will be appreciated.
>
> Stef
>
try pg_ctl stop -m fast
http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=app-pg-ctl.html
Robert Treat