From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: WIP: psql default banner patch |
Date: | 2008-04-22 22:03:27 |
Message-ID: | 20080422150327.1f3e3378@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 22 Apr 2008 17:56:49 -0400
Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
> > ! puts(_("\tTo view the copyright type
> > \\c . \n"));
>
> The copyright is show with \copyright, not \c.
Doh! I knew that. I will fix after the below discussion :)
>
> I think the warning should be two lines:
>
> WARNING: Server is version %d.%d, %s is version %d.%d.
> Some backslash commands may not work.
I tried that, I thought it looked weird. The single line fits within
the 80 character wrap point. Do we really want to create two lines?
>
>
> > + printf(_("Type: help for help. \n"));
> > +
>
> Here you have a pointless extraneous space.
>
Not that I care but does it matter? I mean it is a space before a
newline.
Sincerely,
Joshua D. Drake
--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2008-04-22 22:11:26 | Re: WIP: psql default banner patch |
Previous Message | Alvaro Herrera | 2008-04-22 21:56:49 | Re: WIP: psql default banner patch |