pgsql: doc: Improve CREATE COLLATION locking documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Improve CREATE COLLATION locking documentation
Date
Msg-id E1fkEX3-0002Ql-Hu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Improve CREATE COLLATION locking documentation

Move out of the concurrency control chapter, where mostly only user
table locks are discussed, and move to CREATE COLLATION reference page.

Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Author: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70de0abdb7c6dce24dd5c0e276708ca7c534f99f

Modified Files
--------------
doc/src/sgml/mvcc.sgml                 | 3 +--
doc/src/sgml/ref/create_collation.sgml | 7 +++++++
2 files changed, 8 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump's failure to dump REPLICA IDENTITY for constraintin
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Set ActiveSnapshot when logically replaying inserts