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

Commitf5c572a

Browse files
committed
Typo fix.
1 parent5efb84f commitf5c572a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/truncate.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.32 2009/01/12 08:54:25 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.33 2009/04/26 02:56:52 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -106,8 +106,8 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="PARAMETER">name</replaceable> [,
106106
</para>
107107

108108
<para>
109-
<command>TRUNCATE</> acquires anaccess exclusive lock onthe
110-
tables in operates on, which blocks all other concurrent operations
109+
<command>TRUNCATE</> acquires an<literal>ACCESS EXCLUSIVE</> lock oneach
110+
table it operates on, which blocks all other concurrent operations
111111
on the table. If concurrent access to a table is required, then
112112
the <command>DELETE</> command should be used instead.
113113
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp