projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5efb84f
)
Typo fix.
author
Tom Lane
Sun, 26 Apr 2009 02:56:52 +0000
(
02:56
+0000)
committer
Tom Lane
Sun, 26 Apr 2009 02:56:52 +0000
(
02:56
+0000)
doc/src/sgml/ref/truncate.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/truncate.sgml
b/doc/src/sgml/ref/truncate.sgml
index a512b9a52d2d3ccf85228ef6f023dd263f0a8b94..bec47fdbab06cf8fe1eac53d9342b42fed6b3591 100644
(file)
--- a/
doc/src/sgml/ref/truncate.sgml
+++ b/
doc/src/sgml/ref/truncate.sgml
@@
-1,5
+1,5
@@
@@
-106,8
+106,8
@@
TRUNCATE [ TABLE ] [ ONLY ]
name
[,
-
TRUNCATE> acquires an
access exclusive lock on the
- table
s 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.