Re: [HACKERS] psql updates

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] psql updates
Date: 2000-01-24 23:48:33
Message-ID: Pine.LNX.4.21.0001242357080.525-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2000-01-22, Tom Lane mentioned:

> The tab-completion
> behavior seems a little flaky (if you press tab when you don't have
> a partial keyword typed, it wipes out whatever word you do have typed)

In some cases this might be intentional. For example, when you enter
=> insert xx<tab>
then the xx gets replaced by INTO because it's the only valid thing to put
there anyway. If you observed someting different, then I'd be interested
in looking at it.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-01-24 23:48:47 Re: [HACKERS] Happy column dropping
Previous Message Peter Eisentraut 2000-01-24 23:48:22 Re: [HACKERS] Happy column dropping