pgsql: Tweak row-level locking documentation

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak row-level locking documentation
Date: 2014-11-13 17:46:42
Message-ID: E1XoyTi-0006PZ-09@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak row-level locking documentation

Move the meat of locking levels to mvcc.sgml, leaving only a link to it
in the SELECT reference page.

Michael Paquier, with some tweaks by Álvaro

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/35fed51626328a3ff54adae4749bef956e1e1099

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 173 ++++++++++++++++++++++++++++++++++++------
doc/src/sgml/ref/select.sgml | 60 +--------------
2 files changed, 153 insertions(+), 80 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-13 18:18:39 pgsql: Fix race condition between hot standby and restoring a full-page
Previous Message Robert Haas 2014-11-13 17:36:26 pgsql: Move the guts of our Levenshtein implementation into core.