reindex documentation

2025-05-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/sql-reindex.html Description: The following paragraph: "If the index marked INVALID is suffixed ccnew, then it corresponds to the transient index created during the concurrent operation, a

Re: Missing word

2025-05-15 Thread Paweł Szymczyk
What about sth like that: Normally the set of partitions established when initially defining the > table is not intended to remain static. It is common to want to remove > partitions holding old data and periodically add new partitions for new > data. One of the most important advantages of partit

Re: Missing word

2025-05-15 Thread Tom Lane
=?utf-8?Q?=C3=81lvaro?= Herrera writes: > On 2025-May-13, Tom Lane wrote: >>> "Another option that is often preferable is to remove the partition >>> from the partitioned table but retain access to it as a table in its own >>> right." >> AFAICS, it's correct as written. > Yeah, but maybe it woul

Re: Missing word

2025-05-15 Thread Álvaro Herrera
On 2025-May-13, Tom Lane wrote: > PG Doc comments form writes: > > In the paragraph: > > https://www.postgresql.org/docs/current/ddl-partitioning.html#DDL-PARTITIONING-DECLARATIVE-MAINTENANCE, > > sentence "Another option that is often preferable is to remove the partition > > from the partitione

Re: Changes in CREATE EXTENSION from being an extension to statement

2025-05-15 Thread Tonny Hawk
Delete my account!!! Dne st 14. 5. 2025 22:52 uživatel PG Doc comments form < nore...@postgresql.org> napsal: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/sql-createextension.html > Description: > > I wonder if it is appropriat