Re: Starting PostgreSQL as an NT Service
"Merlin Moncure" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
> L.S.,
>
> I've made a simple wrapper to be able to start
> the new native win32 port of PostgreSQL as an
> NT Service.
>
> One can download the sources from
>
> http://elementals.sf.net
>
> Best regards,
> --
> Hans Oesterholt-Dijkema
>
The real challenge with running pg as a service is not the Service
Handler itself, but modification of the postmaster so that pg plays
friendly with the event manager the current (as-of-yet-unapplied) patch
routs all the logging except startup/shutdown to dev/null.
Merlin
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match