Re: Table rewrite supporting functions for event triggers

2024-09-11 Thread Michael Paquier
On Wed, Sep 11, 2024 at 10:14:27AM -0400, Greg Sabino Mullane wrote: > I dunno - so would we smush them together and return something like: > > "ALTER_PERSISTENCE and COLUMN_REWRITE" If multiple are set, let's just make it text[], then. > That would be a step backwards for anyone possibly using

Elaborate on phrase "table metadata" in the Notes section of ALTER by specifying pg_attribute

2024-09-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/sql-altertable.html Description: I am newish to Postgres, and the term "table metadata" was confusing to me. I am more than happy to submit a patch for this. I'm just unfamiliar with the

Re: Table rewrite supporting functions for event triggers

2024-09-11 Thread Greg Sabino Mullane
On Wed, Sep 11, 2024 at 2:00 AM Michael Paquier wrote: > Putting the documentation change aside for a bit, could it be better > to redesign this function and return a text value rather than an > integer? We could directly return the names, minus "AT_REWRITE_", for > instance. > I dunno - so wo

Re: Mathematical Functions and Operators

2024-09-11 Thread David G. Johnston
On Saturday, September 7, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/functions-math.html > Description: > > Typically, exponentiation (which is represented here by ^) is a > right-associative

Re: Documentation improvement patch

2024-09-11 Thread Peter Eisentraut
On 10.09.24 15:02, Daniel Gustafsson wrote: On 10 Sep 2024, at 13:46, Oleg Sibiryakov wrote: 1. Since we do not want to use here, I suggest we hyphenate it as "built-in". What's your take on it? I think that's the right choice given the hyphenation used in the rest of the docs. There are

Re: DocBook 5.2

2024-09-11 Thread Peter Eisentraut
On 06.09.24 10:50, Jürgen Purtz wrote: For the PG community I would like to raise the question: Do we need DocBook in the distro of any operating system? In the past we developed some stylesheets to adopt DocBook to our needs. They are part of PG's distro and refer to the standard with statemen

Mathematical Functions and Operators

2024-09-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/functions-math.html Description: Typically, exponentiation (which is represented here by ^) is a right-associative operation. This means that the expression 2 ^ 3 ^ 3 should be interpreted