On Fri, Aug 16, 2024 at 6:39 PM Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>
in Var comments:
* varlevelsup is greater than zero in Vars that represent outer references.
* Note that it affects the meaning of all of varno, varnullingrels, and
* varnosyn, all of which refer to the range table of that query level.
Does this need to change accordingly?
i found there is no privilege test in src/test/regress/sql/updatable_views.sql?
Do we need to add some tests?
Other than that, I didn't find any issue.