From: | Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: The command tag of "ALTER MATERIALIZED VIEW RENAME COLUMN" |
Date: | 2019-11-01 09:17:03 |
Message-ID: | CALtqXTd3-XuQQ=8q8ymROLsyg8T0POV6qYMPaK2R-PS_51fB3w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Nov 1, 2019 at 8:00 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> On Fri, Nov 1, 2019 at 6:34 AM Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com> wrote:
> >
> >
> >
> > On Thu, Oct 31, 2019 at 6:56 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >>
> >> Fujii Masao <masao(dot)fujii(at)gmail(dot)com> writes:
> >> > ... I found that the command tag of
> >> > ALTER MATERIALIZED VIEW RENAME COLUMN is "ALTER TABLE", not "ALTER
> VIEW".
> >>
> >> > =# ALTER MATERIALIZED VIEW hoge RENAME COLUMN j TO x;
> >> > ALTER TABLE
> >>
> >> > Is this intentional? Or bug?
> >>
> >> Seems like an oversight.
>
> Thanks for the check!
>
> > The same issue is with ALTER FOREIGN TABLE
>
> Yes.
>
> > Attached patch fixes that for ALTER VIEW , ALTER MATERIALIZED VIEW and
> ALTER FOREIGN TABLE
>
> You introduced subtype in your patch, but I think it's better and simpler
> to just give relationType to AlterObjectTypeCommandTag()
> if renaming the columns (i.e., renameType = OBJECT_COLUMN).
>
> That's works perfectly along with future oversight about the command tag.
> To avoid this kind of oversight about command tag, I'd like to add
> regression
> tests to make sure that SQL returns valid and correct command tag.
> But currently there seems no mechanism for such test, in regression
> test. Right??
>
Do we really need a regression test cases for such small oversights?
> Maybe we will need that mechanism.
>
> Regards,
>
> --
> Fujii Masao
>
--
Ibrar Ahmed
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2019-11-01 09:19:04 | Re: fe-utils - share query cancellation code |
Previous Message | Павел Ерёмин | 2019-11-01 09:05:12 | 64 bit transaction id |