mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Split out the description of page-level lock as new subsection in document.
Michael Banck
This commit is contained in:
parent
ecd6579744
commit
644d85351e
@ -1139,6 +1139,10 @@ ERROR: could not serialize access due to read/write dependencies among transact
|
|||||||
UPDATE</command> modifies selected rows to mark them locked, and so
|
UPDATE</command> modifies selected rows to mark them locked, and so
|
||||||
will result in disk writes.
|
will result in disk writes.
|
||||||
</para>
|
</para>
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 id="locking-pages">
|
||||||
|
<title>Page-level Locks</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
In addition to table and row locks, page-level share/exclusive locks are
|
In addition to table and row locks, page-level share/exclusive locks are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user