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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add section about heap-only tuples (HOT)
Date: 2022-08-12 19:05:39
Message-ID: E1oMZyU-000Twc-5J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99c1f24f5b5b0c1586e5dd143101023852ff5606

Modified Files
--------------
doc/src/sgml/acronyms.sgml | 4 +--
doc/src/sgml/catalogs.sgml | 3 +-
doc/src/sgml/config.sgml | 3 +-
doc/src/sgml/indexam.sgml | 3 +-
doc/src/sgml/indices.sgml | 6 ++--
doc/src/sgml/monitoring.sgml | 3 +-
doc/src/sgml/ref/create_table.sgml | 4 ++-
doc/src/sgml/storage.sgml | 70 ++++++++++++++++++++++++++++++++++++++
8 files changed, 86 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-08-12 19:43:48 pgsql: doc: add missing role attributes to user management section
Previous Message Bruce Momjian 2022-08-12 16:02:47 pgsql: doc: warn about security issues around log files