pgsql: doc: add section about heap-only tuples (HOT) - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: add section about heap-only tuples (HOT)
Date
Msg-id E1oMZyU-000TwV-44@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  add section about heap-only tuples (HOT)

Reported-by: Jonathan S. Katz

Discussion: https://postgr.es/m/c59ffbd5-96ac-a5a5-a401-14f627ca1405@postgresql.org

Backpatch-through: 11

Branch
------
REL_13_STABLE

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

Modified Files
--------------
doc/src/sgml/acronyms.sgml         |  4 +--
doc/src/sgml/btree.sgml            |  5 +--
doc/src/sgml/catalogs.sgml         |  2 +-
doc/src/sgml/config.sgml           |  3 +-
doc/src/sgml/indexam.sgml          |  3 +-
doc/src/sgml/indices.sgml          |  6 ++--
doc/src/sgml/monitoring.sgml       |  2 +-
doc/src/sgml/ref/create_table.sgml |  4 ++-
doc/src/sgml/storage.sgml          | 70 ++++++++++++++++++++++++++++++++++++++
9 files changed, 87 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: warn about security issues around log files
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add missing role attributes to user management section