Re: \prompt for psql

From: "Chad Wagner" <chad(dot)wagner(at)gmail(dot)com>
To: "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: \prompt for psql
Date: 2007-02-08 11:27:42
Message-ID: 81961ff50702080327p7256f8e5nc2596a4a2511581f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On 2/8/07, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com> wrote:
>
> In help.c:slashUsage(), the comment says:
>
> /* if you add/remove a line here, change the row count above */
>
> So I guess, the patch should also include a change to the line:
>
> output = PageOutput(67, pager); => output = PageOutput(68, pager);
>

Thanks for the tip, in fact I am slipping in "two" lines because I had to
break the line. So should this be set to 69 in my patch? Based on the
function name alone, I suspect the answer is yes. :)

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-02-08 11:32:55 Re: Feature: POSIX Shared memory support
Previous Message Peter Eisentraut 2007-02-08 11:25:40 Re: \prompt for psql