Re: CVS Head - message formatting issue in initdb on Win32 - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: CVS Head - message formatting issue in initdb on Win32
Date
Msg-id 200508282220.j7SMKWZ29178@candle.pha.pa.us
Whole thread Raw
In response to CVS Head - message formatting issue in initdb on Win32  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-bugs
Dave Page wrote:
> I see the following at the end of initdb on win32. Note the path
> quoting:
>
> Success. You can now start the database server using:
>
>     "C:\msys\1.0\local\pgsql\bin"\postmaster -D "data"
> or
>     "C:\msys\1.0\local\pgsql\bin"\pg_ctl -D "data" -l logfile start

Thanks, fixed:

    Success. You can now start the database server using:

        "C:\u\pg\bin\postmaster" -D "\u\pg\data"
    or
        "C:\u\pg\bin\pg_ctl" -D "\u\pg\data" -l logfile start

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: "Dave Page"
Date:
Subject: CVS Head - message formatting issue in initdb on Win32
Next
From: "g.fischer@ah-online.com"
Date:
Subject: Re: BUG #1852: compilation failed