Need more elaborate explanation regarding transactions

2021-12-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-do.html Description: https://www.postgresql.org/docs/11/sql-do.html Says that "If DO is executed in a transaction block, then the procedure code cannot execute transaction control sta

Re: bad style for SECURITY DEFINER

2021-12-13 Thread Daniel Gustafsson
> On 13 Dec 2021, at 11:35, Peter Eisentraut > wrote: > > On 13.12.21 01:17, Justin Pryzby wrote: >> The title of this section looks poor in the first two web browsers I tried. >> https://www.postgresql.org/docs/current/sql-createfunction.html#id-1.9.3.67.10.2 >> | Writing SECURITY DEFINER Funct

Re: bad style for SECURITY DEFINER

2021-12-13 Thread Peter Eisentraut
On 13.12.21 01:17, Justin Pryzby wrote: The title of this section looks poor in the first two web browsers I tried. https://www.postgresql.org/docs/current/sql-createfunction.html#id-1.9.3.67.10.2 | Writing SECURITY DEFINER Functions Safely This appears to be a web site styling issue. It looks

Re: Incorrect source directory in build instructions and build scripts

2021-12-13 Thread Chris Kline
Hi David, It turns out I had pulled the distribution from https://www.postgresql.org/ftp/source/v14.0/ and extracted its src/ directory into our repo's structure, which was rooted at /source. I failed to notice the difference at the time I was having the issues. My apologies for wasting your time