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
> 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
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'
> 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
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
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
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
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
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 ...