mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
docs: adjust tag indenting and add MERGE mention
Discussion: https://postgr.es/m/CAMpnoC4_WsY3gsY+ud-Z0GDbafR=K7t7cXn2gatEqFnsRNY3yQ@mail.gmail.com Author: Will Mortensen
This commit is contained in:
@@ -1752,9 +1752,9 @@ SELECT pg_advisory_lock(q.id) FROM
|
|||||||
changes in the table. A repeatable read transaction's snapshot is actually
|
changes in the table. A repeatable read transaction's snapshot is actually
|
||||||
frozen at the start of its first query or data-modification command
|
frozen at the start of its first query or data-modification command
|
||||||
(<literal>SELECT</literal>, <literal>INSERT</literal>,
|
(<literal>SELECT</literal>, <literal>INSERT</literal>,
|
||||||
<literal>UPDATE</literal>, or <literal>DELETE</literal>), so
|
<literal>UPDATE</literal>, <literal>DELETE</literal>, or
|
||||||
it is possible to obtain locks explicitly before the snapshot is
|
<literal>MERGE</literal>), so it is possible to obtain locks explicitly
|
||||||
frozen.
|
before the snapshot is frozen.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Reference in New Issue
Block a user