Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Lane2009-04-26 02:56:52 +0000
committerTom Lane2009-04-26 02:56:52 +0000
commitf5c572a808f17f780e4f68eb65b739d1f6e15c63 (patch)
tree74f5335328bed57d502f487a1673073e28b42e15 /doc
parent5efb84f213d129007ef2870697cd10d179a0ab5a (diff)
Typo fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ref/truncate.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml
index a512b9a52d2..bec47fdbab0 100644
--- a/doc/src/sgml/ref/truncate.sgml
+++ b/doc/src/sgml/ref/truncate.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.32 2009/01/12 08:54:25 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.33 2009/04/26 02:56:52 tgl Exp $
PostgreSQL documentation
-->
@@ -106,8 +106,8 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="PARAMETER">name</replaceable> [,
</para>
<para>
- <command>TRUNCATE</> acquires an access exclusive lock on the
- tables in operates on, which blocks all other concurrent operations
+ <command>TRUNCATE</> acquires an <literal>ACCESS EXCLUSIVE</> lock on each
+ table it operates on, which blocks all other concurrent operations
on the table. If concurrent access to a table is required, then
the <command>DELETE</> command should be used instead.
</para>