Re: Remove unnecessary secondary index terms for replication settings

2025-04-24 Thread Fujii Masao
On 2025/04/24 23:30, Robert Treat wrote: On Wed, Apr 23, 2025 at 2:54 AM Fujii Masao wrote: Hi, In config.sgml, the entries for max_replication_slots and max_active_replication_origins include secondary index terms: max_replication_slots configuration parameter in a s

Re: Documentation correction suggestion for primary key hashing on partitioned tables

2025-04-24 Thread Laurenz Albe
On Thu, 2025-04-24 at 09:48 +, PG Doc comments form wrote: > https://www.postgresql.org/docs/current/ddl-partitioning.html / 5.12.2.3. > Limitations says: > > > To create a unique or primary key constraint on a partitioned table, the > partition keys must not include any expressions or functio

Documentation correction suggestion for primary key hashing on partitioned tables

2025-04-24 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/ddl-partitioning.html Description: https://www.postgresql.org/docs/current/ddl-partitioning.html / 5.12.2.3. Limitations says: > To create a unique or primary key constraint on a partitio

Re: generated constraint name

2025-04-24 Thread Robert Treat
On Fri, Apr 11, 2025 at 8:45 AM Euler Taveira wrote: > On Fri, Apr 11, 2025, at 5:32 AM, Yaroslav Saburov wrote: > On the tutorial-agg page in the code example > > SELECT city FROM weather WHERE temp_lo = max(temp_lo); WRONG > > you need to add a comment before WRONG > > If you consider that that

Re: Remove unnecessary secondary index terms for replication settings

2025-04-24 Thread Robert Treat
On Wed, Apr 23, 2025 at 2:54 AM Fujii Masao wrote: > > Hi, > > In config.sgml, the entries for max_replication_slots and > max_active_replication_origins include secondary index terms: > > max_replication_slots configuration > parameter > in a sending server > > max_act