Make it clear that the default values are already set/available when triggers are being evaluated

2020-11-06 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/ddl-default.html Description: I wanted to know whether the default values are already set when a BEFORE INSERT trigger is being evaluated, I couldn't find it in the documentation. I bet it

Re: Possible Example Error in Documentation

2020-11-06 Thread John Burgoon
Thanks, everyone. This morning when I opened the file and ran it, everything worked fine. Beats me what was happening, but the overnight reboot took care of it. I should know by now to try turning it off and back on again... ;) Thanks so much. On Fri, Nov 6, 2020 at 8:51 AM Jonathan S. Katz w

Re: Possible Example Error in Documentation

2020-11-06 Thread Jonathan S. Katz
On 11/5/20 7:37 PM, Tom Lane wrote: > PG Doc comments form writes: >> The following documentation comment has been logged on the website: >> Page: https://www.postgresql.org/docs/12/plpgsql-transactions.html >> Description: > >> We are using Postgres 12. When I use the example given for >> transa