Re: psql command line editing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: psql command line editing
Date: 2025-02-12 21:21:21
Message-ID: 3471303.1739395281@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rob Sargent <robjsargent(at)gmail(dot)com> writes:
>> There's got to be something in your shell config which says "use emacs
>> keys" instead of "use vi keys".

> Or something in yours setting vi?

I do have

export EDITOR=emacs

Possibly libreadline is reacting to that, but I've not checked
into it.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marcelo Fernandes 2025-02-12 21:27:55 Re: Best Approach for Swapping a Table with its Copy
Previous Message Rob Sargent 2025-02-12 21:17:26 Re: psql command line editing