Re: Wrong insert before trigger examples

2020-03-31 Thread Bruce Momjian
Patch applied back through PG 10. --- On Fri, Mar 13, 2020 at 06:56:37PM -0400, Bruce Momjian wrote: > On Wed, Feb 5, 2020 at 09:36:49AM +, PG Doc comments form wrote: > > The following documentation comment has been l

Re: Wrong insert before trigger examples

2020-03-13 Thread Bruce Momjian
On Wed, Feb 5, 2020 at 09:36:49AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/ddl-partitioning.html > Description: > > Hi, > > I just noticed that the example in 5.11.3.1. Point 5 contains

Wrong insert before trigger examples

2020-02-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/ddl-partitioning.html Description: Hi, I just noticed that the example in 5.11.3.1. Point 5 contains an "before insert trigger" which will not work anymore (I think since Postgres 12). Th