dbTalk Databases Forums  

[BUGS] CVS Head - message formatting issue in initdb on Win32

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] CVS Head - message formatting issue in initdb on Win32 in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave Page
 
Posts: n/a

Default [BUGS] CVS Head - message formatting issue in initdb on Win32 - 08-28-2005 , 02:55 PM






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.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote
  #2  
Old   
Bruce Momjian
 
Posts: n/a

Default Re: [BUGS] CVS Head - message formatting issue in initdb on Win32 - 08-28-2005 , 05:26 PM






Dave Page wrote:
Quote:
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.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.