Re: Shutting down postgresql

Поиск
Список
Период
Сортировка
От Peter Darley
Тема Re: Shutting down postgresql
Дата
Msg-id NNEAICKPNOGDBHNCEDCPOEHFCCAA.pdarley@kinesis-cem.com
обсуждение исходный текст
Ответ на Re: Shutting down postgresql  (Bruno Wolff III <bruno@[66.92.219.49]>)
Ответы Re: Shutting down postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Shutting down postgresql  (Martín Marqués <martin@bugs.unl.edu.ar>)
Список pgsql-general
Troy,
    Something that caught me up at first is that PostgreSQL won't shut down
until all it's backends close, which means that if you have an application
connected that uses pooled or cached connections you will probably have to
shut it down first.

Peter Darley

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Bruno Wolff III
Sent: Friday, December 28, 2001 7:44 AM
To: Campano, Troy
Cc: Pgsql-General (pgsql-general@postgresql.org)
Subject: Re: [GENERAL] Shutting down postgresql


On Fri, Dec 28, 2001 at 10:00:00AM -0500,
  "Campano, Troy" <Troy.Campano@LibertyMutual.com> wrote:
> What is the proper way to shutdown the postgresql server (7.1.3) on a
linux
> system?

I usually use "/etc/rc.d/init.d/postgresql stop".

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


В списке pgsql-general по дате отправления:

Предыдущее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: simple query question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Shutting down postgresql