Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1d7f80

Browse files
committed
> It doesn't say that only the listed commands acquire ACCESS EXCLUSIVE,
> just that certain commands do. TRUNCATE isn't shown.Patch against HEAD to add TRUNCATE to the list of commands that aquireACCESS EXCLUSIVE.Jim C. Nasby, Sr.
1 parent64e7c8a commitf1d7f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/mvcc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.53 2005/11/07 17:36:44 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.54 2006/03/04 04:41:36 momjian Exp $
33
-->
44

55
<chapter id="mvcc">
@@ -710,7 +710,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
710710

711711
<para>
712712
Acquired by the <command>ALTER TABLE</command>, <command>DROP
713-
TABLE</command>, <command>REINDEX</command>,
713+
TABLE</command>, <command>TRUNCATE</command>, <command>REINDEX</command>,
714714
<command>CLUSTER</command>, and <command>VACUUM FULL</command>
715715
commands. This is also the default lock mode for <command>LOCK
716716
TABLE</command> statements that do not specify a mode explicitly.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp