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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CVS Head - message formatting issue in initdb on Win32
Дата
Msg-id 200508282220.j7SMKWZ29178@candle.pha.pa.us
обсуждение исходный текст
Ответ на CVS Head - message formatting issue in initdb on Win32  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: CVS Head - message formatting issue in initdb on Win32
Следующее
От: "g.fischer@ah-online.com"
Дата:
Сообщение: Re: BUG #1852: compilation failed