Re: IF (NOT) EXISTS in psql-completion

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: IF (NOT) EXISTS in psql-completion
Дата
Msg-id 56F17977.8040503@pgmasters.net
обсуждение исходный текст
Ответ на Re: IF (NOT) EXISTS in psql-completion  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: IF (NOT) EXISTS in psql-completion  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список 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@pgmasters.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Steele
Дата:
Сообщение: Re: pg_ctl promote wait
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Relation extension scalability