Re: [PATCH] Tab completion for CREATE OR REPLACE

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: [PATCH] Tab completion for CREATE OR REPLACE
Дата
Msg-id CABvVfJW2c=-N4FB95rc-6YQ05=t8bZi4r2QbMFGVax27PY1pAg@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH] Tab completion for CREATE OR REPLACE  ("Wang, Shenhao" <wangsh.fnst@cn.fujitsu.com>)
Список pgsql-hackers
On Thu, 22 Aug 2019 at 15:05, Wang, Shenhao <wangsh.fnst@cn.fujitsu.com> wrote:
>
> Hello, hackers:
>
> I created a patch about tab completion for command CREATE OR REPLACE in psql
> includes:
>         CREATE [ OR REPLACE ] FUNCTION
>         CREATE [ OR REPLACE ] PROCEDURE
>         CREATE [ OR REPLACE ] LANGUAGE
>         CREATE [ OR REPLACE ] RULE name AS ON event
>         CREATE [ OR REPLACE ] VIEW AS SELECT
>         CREATE [ OR REPLACE ] AGGREGATE
>         CREATE [ OR REPLACE ] TRANSFORM
>
> ------------------------------------------------------------------------------------------

Could you add this to the next commitfest?

    https://commitfest.postgresql.org/24/

Regards

Ian Barwick

--
  Ian Barwick                   https://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: "Wang, Shenhao"
Дата:
Сообщение: [PATCH] Tab completion for CREATE OR REPLACE
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Why overhead of SPI is so large?