shutdown postmaster question

Поиск
Список
Период
Сортировка
От
Тема shutdown postmaster question
Дата
Msg-id 20050223211735.92019.qmail@web52406.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: user defined types and strings  (Kjetil Haaland <kjetil.haaland@student.uib.no>)
Список pgsql-novice
i use the following commands to start the postmaster
on my development winxp / cygwin / pgsql 7.4.5
setup...

1.

/usr/sbin/cygserver &

2.

postmaster -i -D /usr/share/postgresql/data &

before getting to my real question, what do the "&"
characters do?

now to the real question...  how do i shut down the
postmaster?  i checked the docs bu it wasn't clear.  i
tried their example and it didn't work.

i read about the signals... SIGTERM, SIGINT, or
SIGQUIT, but i don't how to implement them since the
example given didn't work.  any help woul dbe greatly
appreciated.

i have been shutting down cygwin to end pgsql, but my
guess is that isn't the best way to shut it down.

tia...



__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo

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

Предыдущее
От: Kjetil Haaland
Дата:
Сообщение: Re: user defined types and strings
Следующее
От: William Yu
Дата:
Сообщение: Re: Can Clipper connect Postgresql