Re: postmaster hangs

Поиск
Список
Период
Сортировка
От Daniel Convissor
Тема Re: postmaster hangs
Дата
Msg-id 20031203202919.GA27256@panix.com
обсуждение исходный текст
Ответ на postmaster hangs  ("Mimi Wu" <MimiW@fes.org>)
Список pgsql-cygwin
On Wed, Dec 03, 2003 at 01:57:46PM -0600, Mimi Wu wrote:
>
> $ postmaster -D /usr/local/pgsql/data
... snip ...
> LOG:  database system is ready
>
> Then it hangs there forever. What should I do next? use C^ C to stop it?

Add a "&" at the end of the command to get it to run in the background.
Example:

   $ postmaster -D /usr/local/pgsql/data &

Part of the reason why pg_ctl is nicer.

Note to maintainers:  this should be added to the FAQ_MSWIN and *README
files.

--Dan

--
     FREE scripts that make web and database programming easier
           http://www.analysisandsolutions.com/software/
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7th Ave #4AJ, Brooklyn NY    v: 718-854-0335   f: 718-854-0409

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

Предыдущее
От: "Mimi Wu"
Дата:
Сообщение: postmaster hangs
Следующее
От: "Paul R. Sand"
Дата:
Сообщение: Builing C libs for 7.3.4 on XP Professional