pgsql: doc: Mention index references in pg_inherits

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention index references in pg_inherits
Date: 2020-07-30 06:51:22
Message-ID: E1k12PS-0000yV-1b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-07-30 08:00:44 pgsql: Include partitioned tables for tab completion of VACUUM in psql
Previous Message Thomas Munro 2020-07-30 05:46:20 pgsql: Use a long lived WaitEventSet for WaitLatch().