Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Joshua D. Drake
On Wed, 23 Apr 2008 17:54:45 -0400 Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Right. I suggest you open the file in "meld" which allows you to > easily remove the offending extraneous difference. Of course, you > can do it in Vim or Emacs directly, but I don't think Joe can do > anything of th

Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Alvaro Herrera
Joshua D. Drake wrote: > On Wed, 23 Apr 2008 17:44:43 -0400 > Alvaro Herrera <[EMAIL PROTECTED]> wrote: > > > Joshua D. Drake wrote: > > Ahh o.k. Now I have a complaint. :) I happily removed the whitespace > where I saw this, "%s \n" (for example) but the whitespace above is for > readability. Co

Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Joshua D. Drake
On Wed, 23 Apr 2008 17:44:43 -0400 Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Joshua D. Drake wrote: > > > ! puts(_("\n")); > > ! puts(_("You are using psql, the > > command-line interface to PostgreSQL.\n")); ! > > puts(_("\tFor SQL help t

Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Alvaro Herrera
Joshua D. Drake wrote: > ! puts(_("\n")); > ! puts(_("You are using psql, the command-line interface > to PostgreSQL.\n")); > ! puts(_("\tFor SQL help type \\h or \\help ."));

Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Joshua D. Drake
On Wed, 23 Apr 2008 17:22:10 -0400 Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Joshua D. Drake wrote: > > On Wed, 23 Apr 2008 10:48:24 -0700 > > "Joshua D. Drake" <[EMAIL PROTECTED]> wrote: > > > > O.k. I *think* this should do it. > > Whitespace still broken Well maybe if we just declared that

Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Alvaro Herrera
Joshua D. Drake wrote: > On Wed, 23 Apr 2008 10:48:24 -0700 > "Joshua D. Drake" <[EMAIL PROTECTED]> wrote: > > O.k. I *think* this should do it. Whitespace still broken -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom De

Re: [HACKERS] WIP: psql default banner patch v4

2008-04-23 Thread Joshua D. Drake
On Wed, 23 Apr 2008 10:48:24 -0700 "Joshua D. Drake" <[EMAIL PROTECTED]> wrote: O.k. I *think* this should do it. Added word Some Version shows up no matter what Server version shows up only if: major or minor version doesn't match (same same as previous behavior) Joshua D. Drake -- The Postg