Re: psql case preserving completion
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-02-01T18:19:24Z
Lists: pgsql-hackers
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.