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