aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/mvcc.sgml9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index 5982c22bd33..462fa99cb95 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.48 2005/03/23 07:44:56 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.49 2005/03/24 00:03:18 neilc Exp $
-->
<chapter id="mvcc">
@@ -677,10 +677,9 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
</para>
<para>
- Acquired by <command>CREATE TRIGGER</command> and
- <command>ALTER TABLE ADD FOREIGN KEY</command>. This lock
- mode can also be acquired on certain system catalogs in some
- operations.
+ This lock mode is not automatically acquired on user tables by any
+ <productname>PostgreSQL</productname> command. However it is
+ acquired on certain system catalogs in some operations.
</para>
</listitem>
</varlistentry>