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-13 09:21:59
Message-ID: CAHGQGwGD6tNJ9by4kROKd3ZGnD7yqEmEQyZe=tufJ1M=ex1mgw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 3, 2019 at 11:04 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> 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.

Committed. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-09-13 10:07:50 Re: pgbench - allow to create partitioned tables
Previous Message Pavel Stehule 2019-09-13 09:17:45 Re: Why overhead of SPI is so large?