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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: CVS Head - message formatting issue in initdb on Win32
Date: 2005-08-28 22:20:32
Message-ID: 200508282220.j7SMKWZ29178@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Christian Almeida 2005-08-29 00:38:55 BUG #1854: SQL Bug
Previous Message Dave Page 2005-08-28 19:51:28 CVS Head - message formatting issue in initdb on Win32