Re: [PATCH] Tab completion for CREATE OR REPLACE - Mailing list pgsql-hackers

From Ian Barwick
Subject Re: [PATCH] Tab completion for CREATE OR REPLACE
Date
Msg-id CABvVfJW2c=-N4FB95rc-6YQ05=t8bZi4r2QbMFGVax27PY1pAg@mail.gmail.com
Whole thread Raw
In response to [PATCH] Tab completion for CREATE OR REPLACE  ("Wang, Shenhao" <wangsh.fnst@cn.fujitsu.com>)
List 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 by date:

Previous
From: "Wang, Shenhao"
Date:
Subject: [PATCH] Tab completion for CREATE OR REPLACE
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Why overhead of SPI is so large?