Re: [HACKERS] message at end of install

2003-08-14 Thread Robert Treat
Strike that, the how to run message comes at the end of initdb, not install... Maybe we need a message after install telling newbies like myself to run initdb... :-P Robert Treat On Tue, 2003-08-12 at 09:58, Robert Treat wrote: > IIRC the message at the end of install used to echo out the startu

Re: [HACKERS] message at end of install

2003-08-12 Thread Tom Lane
Robert Treat <[EMAIL PROTECTED]> writes: > IIRC the message at the end of install used to echo out the startup > command (pg_ctl or postmaster), but now it gives some nice information > on how to get help. Should the startup message be put back in? Nothing's been removed AFAIK. Sure you're not co

Re: [HACKERS] message at end of install

2003-08-12 Thread Shridhar Daithankar
On 12 Aug 2003 at 9:58, Robert Treat wrote: > IIRC the message at the end of install used to echo out the startup > command (pg_ctl or postmaster), but now it gives some nice information > on how to get help. Should the startup message be put back in? Seems > like it is the most likely thing someo