Re: Patch to change psql default banner v6 - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch to change psql default banner v6
Date
Msg-id 4569.1210862604@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch to change psql default banner v6  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Patch to change psql default banner v6  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Patch to change psql default banner v6  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> Oh, good point.  Let me look at that.  Thanks.  You prefer:

>     $ sql test
>     psql (8.4devel)
>     Type "help" for help.

>     test=> help

Well, the question is still "where is the optional info going to go?"

I think what I'd find nice looking is

    $ psql test
    psql 8.4devel  [ server version warning here, if needed ]
    [ line with SSL info here, if needed ]
    Type "help" for help.

    test=>

I do feel that the help statement ought to be on its own line;
the other way is going to look cluttered, particularly as soon
as there's a version warning in there.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch to change psql default banner v6
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Patch to change psql default banner v6