Re: Loggin on WIN32

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: Loggin on WIN32
Date: 2004-05-29 13:31:39
Message-ID: 40B890BB.4010105@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Harald Armin Massa wrote:

> Hello,
>
> I installed various win32-postgres-betas, but ... still I am not able
> to use the logging-Parameter
>
> c:\pgsql\bin\pg_ctl -D c:/pgsql/data start -l c:/pgsql/postgres.log
>
> leads to
>
> Die Syntax für den Dateinamen, Verzeichnisnamen oder die
> Datenträgerbezeichnung
> ist falsch.
> postmaster starting
>
> Meaning:
>
> "syntax of filename, directory name or volumename is wrong" ...
>
> without "-l" it works; turning "/" to "\" does not improve the situation.
>
> Is logging already supposed to work on win32?
>

pg_ctl needs some polishing.

The first thing I would try is to move the "start" to the end of the
command line - there are some options glitches I suspect.

I am also not at all sure how well the start/restart code will work on
Windows - we probably have some adjustment to do in that area.

cheers

andrew

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Harald Armin Massa 2004-05-29 17:09:55 Re: Loggin on WIN32
Previous Message Harald Armin Massa 2004-05-29 11:17:28 Loggin on WIN32