Re: BUG #18178: New Restriction on "ON SELECT" rules on tables
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: joshua.uyehara@gmail.com,
pgsql-bugs@lists.postgresql.org
Date: 2023-11-02T09:44:15Z
Lists: pgsql-bugs
> On 2 Nov 2023, at 00:25, PG Bug reporting form <noreply@postgresql.org> wrote: > In investigating the issue I did find what is likely the related release > note for 16 "Remove the ability to create views manually with ON SELECT > rules (Tom Lane)", but couldn't find any related discussion of the > rationale, suggested workarounds, or whether anyone else has yet run into > the same class of issues (possible given the recency of the release). The discussion which led to this change can be found in this thread: https://www.postgresql.org/message-id/flat/CALDaNm2yXz%2BzOtv7y5zBd5WKT8O0Ld3YxikuU3dcyCvxF7gypA%40mail.gmail.com While it might not contain any workarounds, it might at least share insights into the rationale for it. -- Daniel Gustafsson
Commits
-
Doc: update CREATE RULE ref page's hoary discussion of views.
- f53f83b33e42 14.10 landed
- 9d4ea0bb3fd4 16.1 landed
- 95a610b0970d 17.0 landed
- 58d3283b6756 15.5 landed
- 3f9fe9b76f90 11.22 landed
- 1f7d7f102d14 12.17 landed
- 111364ec20e1 13.13 landed
-
Remove logic for converting a table to a view.
- b23cd185fd54 16.0 cited