Re: \prompt for psql

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

On 2/8/07, Chad Wagner <chad(dot)wagner(at)gmail(dot)com> wrote:
>
> This adds the ability to "prompt" for internal variable input, below are
> examples:
>
>
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);

Regards,

--
gurjeet[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | yahoo }.com

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-02-08 10:01:56 Re: \prompt for psql
Previous Message Peter Eisentraut 2007-02-08 09:17:19 Re: \prompt for psql