message at end of install

Started by Robert Treatover 22 years ago4 messages
#1Robert Treat
xzilla@users.sourceforge.net

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 someone who just installed would want
to know.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#2Shridhar Daithankar
shridhar_daithankar@persistent.co.in
In reply to: Robert Treat (#1)
Re: message at end of install

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 someone who just installed would want
to know.

IIRC initdb is the one which shows pg_ctl database usage. Why would install
show up pg_ctl usage? There might be quite a bit of time between install and
initdb.

This happens with initdb too?

Bye
Shridhar

--
Weinberg's First Law: Progress is only made on alternate Fridays.

#3Robert Treat
xzilla@users.sourceforge.net
In reply to: Robert Treat (#1)
Re: message at end of install

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 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 someone who just installed would want
to know.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Treat (#1)
Re: message at end of install

Robert Treat <xzilla@users.sourceforge.net> 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 confusing "make install"
with "initdb"?

regards, tom lane