pgsql: doc: Mention index references in pg_inherits

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Mention index references in pg_inherits
Дата
Msg-id E1k12PS-0000yW-23@gemulon.postgresql.org
обсуждение исходный текст
Список 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e710f3b8e7da43de2ad8113ce7c7933928092656

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Use a long lived WaitEventSet for WaitLatch().
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Include partitioned tables for tab completion of VACUUM in psql