Re: Postgres: Starting Server in background mode

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres: Starting Server in background mode
Date: 2009-04-09 12:30:40
Message-ID: grkppb$nce$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 that is then closed)

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-04-09 14:27:43 Re: Trigger function cost
Previous Message Scott Marlowe 2009-04-09 12:29:08 Re: Will PostgreSQL 8.4 allow having different encoding databases on a same PostgreSQL server ?