Re: SET feature

2022-10-28 Thread Laurenz Albe
On Fri, 2022-10-28 at 10:14 +, PG Doc comments form wrote: > I remember in version 9 , to use variable you had to change in the > postgresql. > > Today it is easier , just use > > SET SESSION myprefix.myvariable =  'whatever' > > and all the transactions can use it , it is very useful in s

Re: First Person being used (only occurs in 2 other places in all of documentation)

2022-10-28 Thread Daniel Gustafsson
> On 28 Oct 2022, at 11:30, Daniel Gustafsson wrote: > >> On 28 Oct 2022, at 04:44, PG Doc comments form >> wrote: >> >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/15/cube.html >> Description: >> >> I believe the use of Fir

SET feature

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/sql-set.html Description: Hi, I remember in version 9 , to use variable you had to change in the postgresql. Today it is easier , just use SET SESSION myprefix.myvariable = 'whatever'

Re: First Person being used (only occurs in 2 other places in all of documentation)

2022-10-28 Thread Daniel Gustafsson
> On 28 Oct 2022, at 04:44, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/cube.html > Description: > > I believe the use of First Person (I) is to be avoided in the documentation. > It is incredib

First Person being used (only occurs in 2 other places in all of documentation)

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/cube.html Description: I believe the use of First Person (I) is to be avoided in the documentation. It is incredibly rare in all of the documentation. This is a NUANCE issue, but so are w

Cursor Names are "Session Global while Opened"? (should be mentioned in the docs)

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/plpgsql-cursors.html Description: Okay, I am not 100% sure how to explain what the issue is. Simply put. If I call a cursor: cur_this in a procedure. Then while that cursor is OPEN, I

Use of First Person (I) in Documentation

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/pgcrypto.html Description: Same preamble from before. We usually avoid first person. Table F.18. Hash Algorithm Speeds Find comment: That way I can show the speed with different numbers

First Person (I) in documentation

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/nls-translator.html Description: At the end of the first paragraph: There is (unsurprisingly) a PO mode for Emacs, which I find quite useful. Suggestion: There is (unsurprisingly) a PO

First Person (I) Should be avoided

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/oid2name.html Description: This feels a little nit-picky. In the Examples $ # I wonder what file 155173 is ... suggested change: $ # what Postgres object does file 155173 represent ...