Re: Stopping POstgresql

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: 'SHAJI K K' <KKSHAJI(at)nestec(dot)net>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Stopping POstgresql
Date: 2002-02-21 10:24:33
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F747F7@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

pg_ctl stop
or for fast stop:
pg_ctl -m f stop
you can also do:
kill -SIGINT <postmaster pid>
For a 'fast' shutdown
Hope this helps,
- Stuart

> -----Original Message-----
> From: SHAJI K K [mailto:KKSHAJI(at)nestec(dot)net]
> Sent: 21 February 2002 04:38
> To: pgsql-cygwin(at)postgresql(dot)org
> Subject: [CYGWIN] Stopping POstgresql
>
>
> Hi all
>
> I am using postgresql 7.1.3 in windows NT.
> I can start postgres using "postmaster -D /usr/share/postgresql/data"
> command.
> I am locking for the command to stop the database server gracefully.
> (I am running ipc_daemon.exe as an application not as a service).
> thanks in advance .
>
> regards
> SKK
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>

Browse pgsql-cygwin by date

  From Date Subject
Next Message BELLON Michel 2002-02-21 10:47:40 Poor performance
Previous Message SHAJI K K 2002-02-21 04:38:05 Stopping POstgresql