Re: Uppercase tab completion keywords in psql?
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: David Fetter <david@fetter.org>, Andrew Dunstan <andrew@dunslane.net>, PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2012-05-04T17:46:28Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
psql: Add variable to control keyword case in tab completion
- db84ba65ab5c 9.2.0 cited
-
psql: Case preserving completion of SQL key words
- 69f4f1c3576a 9.2.0 cited
On tor, 2012-05-03 at 15:47 -0400, Bruce Momjian wrote: > Peter, where are we on this? I hadn't received any clear feedback, but if no one objects, I can commit it. > --------------------------------------------------------------------------- > > On Fri, Mar 30, 2012 at 08:16:59PM +0300, Peter Eisentraut wrote: > > On fre, 2012-03-23 at 07:52 -0700, David Fetter wrote: > > > On Thu, Mar 22, 2012 at 06:05:30PM -0400, Andrew Dunstan wrote: > > > > On 03/22/2012 05:49 PM, Bruce Momjian wrote: > > > > >Robert Haas and I are disappointed by this change. I liked the > > > > >fact that I could post nice-looking SQL queries without having to > > > > >use my capslock key (which I use as a second control key). Any > > > > >chance of reverting this change? > > > > > > > > > > > > > Should it be governed by a setting? > > > > > > Something like (upper|lower|preserve) ? > > > > How about this patch then? (There are actually four possible settings, > > see patch.)