Re: win32 readline

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Magnus Hagander <mha(at)sollentuna(dot)net>, Mark Kirkwood <markir(at)coretech(dot)co(dot)nz>, pgsql-patches(at)postgresql(dot)org
Subject: Re: win32 readline
Date: 2004-08-02 20:27:06
Message-ID: 20040802172604.S89314@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, 2 Aug 2004, Bruce Momjian wrote:

>
> Where are we on this? Right now readline is disabled on Win32. psql
> works fine for me. In fact it is more native because the delete key
> deletes, and control-d doesn't exit.
>
> I am inclined to leave the code unchanged and we can revisit this later
> after we figure out why readline doesn't work on some Win32 versions.

Stupid question, but for Windows ... how many will actually use psql, vs
something like PgAdmin? I'd say revisit it later myself ... it isn't
critical to the operation of the server, only a 'luxury item' that we've
all gotten used to being there :)

>
> ---------------------------------------------------------------------------
>
> Peter Eisentraut wrote:
>> Magnus Hagander wrote:
>>> Just for reference, what features are we losing without readline. Tab
>>> completion, but what more?
>>
>> Command history, customizable key bindings, cut and paste, cursor keys
>> come to mind.
>>
>> --
>> Peter Eisentraut
>> http://developer.postgresql.org/~petere/
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 3: if posting/reading through Usenet, please send an appropriate
>> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>> message can get through to the mailing list cleanly
>>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-02 20:36:22 Re: win32 readline
Previous Message Bruce Momjian 2004-08-02 19:34:14 Re: [PATCHES] Patch for pg_dump: Multiple -t options and new -T option