Re: Allow CREATE OR REPLACE VIEW to rename the columns - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Allow CREATE OR REPLACE VIEW to rename the columns
Date
Msg-id CAHGQGwHhuqk4-KyEdRFQ0YeiD7TsR_Ae-c6BSELQjSOQPk=tOg@mail.gmail.com
Whole thread Raw
In response to Re: Allow CREATE OR REPLACE VIEW to rename the columns  (btkimurayuzk <btkimurayuzk@oss.nttdata.com>)
List pgsql-hackers
On Wed, Nov 20, 2019 at 1:11 PM btkimurayuzk
<btkimurayuzk@oss.nttdata.com> wrote:
>
> > Barring any objection, I'm thinking to commit this patch.
> >
> > Regards,
>
> Build and All Test has passed .
> Looks good to me .

Thanks for reviewing the patch!
I committed the following two patches.

- Allow ALTER VIEW command to rename the column in the view.
- Improve tab-completion for ALTER MATERIALIZED VIEW.

Regards,

-- 
Fujii Masao



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: [HACKERS] WAL logging problem in 9.4.3?
Next
From: Fujii Masao
Date:
Subject: Re: Recovery performance of DROP DATABASE with many tablespaces