Re: ON SELECT rule on a table without columns

From: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ON SELECT rule on a table without columns
Date: 2019-02-18 05:51:10
Message-ID: CAE9k0P=enkQkeK3aPfbgxcOJVxfcG=gSo1x4vh=jNc9CErZ+Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Feb 17, 2019 at 11:10 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com> writes:
> > [ allow-create-view-on-table-without-columns-v3.patch ]
>
> Pushed. I revised the test cases a bit --- notably, I wanted to be
> sure we exercised pg_dump's createDummyViewAsClause for this, especially
> after noticing that it wasn't being tested at all before :-(
>

Okay. Thanks for that changes in the test-cases and committing the patch.

--
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Klychkov 2019-02-18 06:20:10 PGAdmin 4 don't refresh server info after restarting
Previous Message Kuroda, Hayato 2019-02-18 05:39:09 RE: Prevent extension creation in temporary schemas