pgsql: Improve documentation on DETACH PARTITION lock levels - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Improve documentation on DETACH PARTITION lock levels
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Improve documentation on DETACH PARTITION lock levels

This was forgotten in 71f4c8c6f74b.

Reported-by: Pavel Luzanov <[email protected]>
Author: Amit Langote <[email protected]>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml             | 24 ++++++++++--------------
doc/src/sgml/ref/alter_table.sgml |  2 +-
2 files changed, 11 insertions(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Remove overzealous VACUUM visibility map assertion.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Document lock level used by ALTER TABLE VALIDATE CONSTRAINT