Typo fix.
authorTom Lane
Sun, 26 Apr 2009 02:56:52 +0000 (02:56 +0000)
committerTom Lane
Sun, 26 Apr 2009 02:56:52 +0000 (02:56 +0000)
doc/src/sgml/ref/truncate.sgml

index a512b9a52d2d3ccf85228ef6f023dd263f0a8b94..bec47fdbab06cf8fe1eac53d9342b42fed6b3591 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -106,8 +106,8 @@ TRUNCATE [ TABLE ] [ ONLY ] name [,
   
 
   
-   TRUNCATE acquires an access exclusive lock on the
-   tables in operates on, which blocks all other concurrent operations
+   TRUNCATE acquires an 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 DELETE command should be used instead.