Re: Postgres: Starting Server in background mode

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Postgres: Starting Server in background mode
Дата
Msg-id grkppb$nce$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Postgres: Starting Server in background mode  (CM J <postgres.newbie@gmail.com>)
Список pgsql-general
CM J, 09.04.2009 13:23:
>      I do not want start postgres as a service.Postgres will bundled
> along with my application and i am only looking at starting it only from
> cmd line.If there are any options to disable this cmd window which
> appears after executing the "pg_ctl.exe start", that would be great !
>
> Thanks.
If you are running this from a batch file, try

start pg_ctl ....

That might get rid of the window (you'll still have the initial Window that is shown when you run the batch file, but
thatis then closed)  

Thomas

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