Re: Wrong type for the left argument of the operator "|/" and "||/" in chapter 9.3

2021-04-28 Thread Tom Lane
PG Doc comments form writes: > The left argument of the operator square root |/ and cube root ||/ in the > current documentation is double precision. But to my experience that should > also work on any numeric types including smallint, integer, bigint, real and > numeric. I have tested it on both

Wrong type for the left argument of the operator "|/" and "||/" in chapter 9.3

2021-04-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/functions-math.html Description: The left argument of the operator square root |/ and cube root ||/ in the current documentation is double precision. But to my experience that should also

Re: Clarify how triggers relate to transactions

2021-04-28 Thread Nathan Long
Gotcha. Where would I go to make the PR? On Wed, Apr 28, 2021, 7:24 AM Laurenz Albe wrote: > On Tue, 2021-04-27 at 14:26 +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/13/sql-createtrigger.h

Re: Clarify how triggers relate to transactions

2021-04-28 Thread Laurenz Albe
On Wed, 2021-04-28 at 13:18 -0400, Nathan Long wrote: > Gotcha. Where would I go to make the PR? You'd create a patch against Git master and send it to this mailing list or pgsql-hackers. If you don't want it to fall between the cracks, register in the next commitfest where it can undergo peer re

Re: Clarify how triggers relate to transactions

2021-04-28 Thread Laurenz Albe
On Tue, 2021-04-27 at 14:26 +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/sql-createtrigger.html > Description: > > https://www.postgresql.org/docs/current/sql-createtrigger.html mentions the >

Clarify how triggers relate to transactions

2021-04-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/sql-createtrigger.html Description: https://www.postgresql.org/docs/current/sql-createtrigger.html mentions the word "transaction" only once, in reference specifically to constraint trigge