pgsql: doc: Mention index references in pg_inherits - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Mention index references in pg_inherits
Date
Msg-id E1k12PS-0000yZ-2S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Mention index references in pg_inherits

Partitioned indexes are also registered in pg_inherits, but the
description of this catalog did not reflect that.

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/87k0ynj35y.fsf@wibble.ilmari.org
Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7de22d228aae5183161546be7cb874deb7389019

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Use a long lived WaitEventSet for WaitLatch().
Next
From: Michael Paquier
Date:
Subject: pgsql: Include partitioned tables for tab completion of VACUUM in psql