Re: Postgres: Starting Server in background mode

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres: Starting Server in background mode
Date: 2009-04-09 11:57:56
Message-ID: 20090409115756.GO12225@frubble.xen.chris-lamb.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 09, 2009 at 04:53:06PM +0530, CM J wrote:
> 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 !

I think you can pass options to CreateProcess that will cause it to
"hide" the window; not sure if this is what you want but I've not
programmed under Windows for a long time so can't suggest more.

--
Sam http://samason.me.uk/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Baguette 2009-04-09 12:03:28 Will PostgreSQL 8.4 allow having different encoding databases on a same PostgreSQL server ?
Previous Message Grzegorz Jaśkiewicz 2009-04-09 11:54:52 Re: Are there performance advantages in storing bulky field in separate table?