From: | David Steele <david(at)pgmasters(dot)net> |
---|---|
To: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
Cc: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: IF (NOT) EXISTS in psql-completion |
Date: | 2016-03-22 16:57:27 |
Message-ID: | 56F17977.8040503@pgmasters.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Kyotaro,
On 3/18/16 3:22 AM, Pavel Stehule wrote:
> I am looking this patch. It looks well, but this feature doesn't
> respect upper or lower chars. It enforce upper chars. This is not
> consistent with any other autocomplete.
>
>
> I checked it against sql help and these statements doesn't work
>
> alter foreign table hhhh drop column
> alter text search configuration jjj drop mapping
> alter type hhh drop attribute
> drop cast
> drop extension
> drop operator
> drop text search
> drop transform -- missing autocomplete completely
> drop user mapping
> alter table jjj add column
> create temp sequence
> create sequence
Do you have an idea of when you will have a new patch ready?
Thanks,
--
-David
david(at)pgmasters(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Yury Zhuravlev | 2016-03-22 17:10:01 | Re: NOT EXIST for PREPARE |
Previous Message | David Steele | 2016-03-22 16:47:51 | Re: pg_ctl promote wait |