Re: psql case preserving completion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql case preserving completion
Date: 2012-02-01 18:19:24
Message-ID: 1328120364.28270.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-02-01 19:25:08 Re: some longer, larger pgbench tests with various performance-related patches
Previous Message Tom Lane 2012-02-01 18:17:46 Re: [PATCH] Fix float8 parsing of denormal values (on some platforms?)