Skip to content

Commit f5c572a

Browse files
committed
Typo fix.
1 parent 5efb84f commit f5c572a

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 an access exclusive lock on the
110-
tables in operates on, which blocks all other concurrent operations
109+
<command>TRUNCATE</> acquires an <literal>ACCESS EXCLUSIVE</> lock on each
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)