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

From Bruce Momjian
Subject Re: psql case preserving completion
Date
Msg-id 20120208010221.GC17580@momjian.us
Whole thread Raw
In response to Re: psql case preserving completion  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: psql case preserving completion  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
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.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: random_page_cost vs seq_page_cost
Next
From: Noah Misch
Date:
Subject: Re: Add protransform for numeric, varbit, and temporal types