Re: BUG #18178: New Restriction on "ON SELECT" rules on tables
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joshua Uyehara <joshua.uyehara@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-11-03T15:50:58Z
Lists: pgsql-bugs
Joshua Uyehara <joshua.uyehara@gmail.com> writes:
> As far as the documentation error, on closer review, Part V, 41.2 ("Views
> and the Rules system") was updated to reflect the change, but the Reference
> entry for Create Rule in Part VI was not:
Hah! That text is so old that it still refers to the pre-7.1 behavior
where a view really was a plain table (in the sense of having some
underlying storage). I pushed an update. Thanks for noting that.
regards, tom lane
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