Re: patch: CREATE OR REPLACE FUNCTION autocomplete

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: patch: CREATE OR REPLACE FUNCTION autocomplete
Дата
Msg-id 1331663534.11136.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на patch: CREATE OR REPLACE FUNCTION autocomplete  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On sön, 2012-02-19 at 20:23 +0100, Pavel Stehule wrote:
> other very simple patch - enhance autocomplete to support CREATE OR
> REPLACE FUNCTION statement

I see two problems with this:

- We also have other CREATE OR REPLACE variants that this won't
complete.

- It won't complete something like CREATE OR R<tab>, only CREATE O<tab>.
That would be pretty weird.  I think you need to complete each word
separately for consistent behavior.




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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: pg_upgrade and statistics
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade and statistics