restart point vs restartpoint in the docs

2025-12-02 Thread Daniel Gustafsson
While doing something else I noticed that we have 25 uses of "restartpoint" and three "restart point": $ git grep -i "restartpoint[s]\?[ .,;]" doc/ | wc -l 25 $ git grep -i "restart point[s]\?[ .,;]" doc/ | wc -l 3 Any objection to applying the attached to make those three "restartpo

Add "current_setting('role');" to trigger function examples of audit tables

2025-12-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/plpgsql-trigger.html Description: The doc page https://www.postgresql.org/docs/18/plpgsql-trigger.html contains examples of using trigger functions to make an audit table. When SECURITY DE

Re: restart point vs restartpoint in the docs

2025-12-02 Thread Laurenz Albe
On Tue, 2025-12-02 at 10:36 +0100, Daniel Gustafsson wrote: > While doing something else I noticed that we have 25 uses of "restartpoint" > and > three "restart point": > > $ git grep -i "restartpoint[s]\?[ .,;]" doc/ | wc -l >   25 > $ git grep -i "restart point[s]\?[ .,;]" doc/ | wc -l >