Re: [PATCH] Tab completion for CREATE OR REPLACE

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: "Wang, Shenhao" <wangsh(dot)fnst(at)cn(dot)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Tab completion for CREATE OR REPLACE
Date: 2019-09-03 14:04:49
Message-ID: CAHGQGwE3uVyJpFHiE7qDPLUuXmCWjLwo14o1s=Af1JQjkGkyEA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 22, 2019 at 3:06 PM Wang, Shenhao
<wangsh(dot)fnst(at)cn(dot)fujitsu(dot)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

Thanks for the patch! The patch looks good to me.
Barring no objection, I will commit this.

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ibrar Ahmed 2019-09-03 14:04:59 Re: block-level incremental backup
Previous Message Tom Lane 2019-09-03 13:31:36 Re: Locking a row with KEY SHARE NOWAIT blocks