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-0000yV-1b@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/903134fcc0ccd188803fdbc2b7c06b898749153a

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 14 +++++++++-----
1 file changed, 9 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