Thread: CVS Head - message formatting issue in initdb on Win32

CVS Head - message formatting issue in initdb on Win32

From
"Dave Page"
Date:
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


Regards, Dave.

Re: CVS Head - message formatting issue in initdb on Win32

From
Bruce Momjian
Date:
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