Re: Allow CREATE OR REPLACE VIEW to rename the columns

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: btkimurayuzk <btkimurayuzk(at)oss(dot)nttdata(dot)com>
Cc: btfujiitkp <btfujiitkp(at)oss(dot)nttdata(dot)com>, Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow CREATE OR REPLACE VIEW to rename the columns
Date: 2019-11-21 10:58:32
Message-ID: CAHGQGwHhuqk4-KyEdRFQ0YeiD7TsR_Ae-c6BSELQjSOQPk=tOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 20, 2019 at 1:11 PM btkimurayuzk
<btkimurayuzk(at)oss(dot)nttdata(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2019-11-21 12:12:56 Re: Recovery performance of DROP DATABASE with many tablespaces
Previous Message Kyotaro Horiguchi 2019-11-21 10:48:58 Re: [HACKERS] WAL logging problem in 9.4.3?