Re: \prompt for psql - Mailing list pgsql-patches

From Chad Wagner
Subject Re: \prompt for psql
Date
Msg-id 81961ff50702080327p7256f8e5nc2596a4a2511581f@mail.gmail.com
Whole thread Raw
In response to Re: \prompt for psql  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Responses Re: \prompt for psql  ("Chad Wagner" <chad.wagner@gmail.com>)
List pgsql-patches
On 2/8/07, Gurjeet Singh <singh.gurjeet@gmail.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.  :)

pgsql-patches by date:

Previous
From: "Chad Wagner"
Date:
Subject: Re: \prompt for psql
Next
From: Magnus Hagander
Date:
Subject: Re: Feature: POSIX Shared memory support