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