Re: psql case preserving completion - Mailing list pgsql-hackers

From Robert Haas
Subject Re: psql case preserving completion
Date
Msg-id CA+Tgmobf5TzbuHDnpFC_JN0hbe6aCx8iBfOU2i65ERsNippEUg@mail.gmail.com
Whole thread Raw
In response to Re: psql case preserving completion  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, Feb 7, 2012 at 8:02 PM, Bruce Momjian <bruce@momjian.us> wrote:
> On Wed, Feb 01, 2012 at 08:19:24PM +0200, Peter Eisentraut wrote:
>> On tis, 2012-01-17 at 16:46 +0900, Fujii Masao wrote:
>> > When I tested the patch, "create ta" was converted unexpectedly to
>> > "create TABLE"
>> > though "alter ta" was successfully converted to "alter table". As far
>> > as I read the patch,
>> > you seems to have forgotten to change create_or_drop_command_generator() or
>> > something.
>>
>> Thanks, fixed and committed.
>
> I have to admit I like the capitalized keywords, but don't normally type
> them, but it must be just me because no one else said anything.

Yeah, I liked the old behavior, too.  But I figured it was a sign that
I'm an old fuddy-duddy.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch for implementing SPI_gettypemod()
Next
From: Bruce Momjian
Date:
Subject: Re: Progress on fast path sorting, btree index creation time