diff options
author | Neil Conway <neilc@samurai.com> | 2005-03-24 00:03:26 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-03-24 00:03:26 +0000 |
commit | 50ce8ab9fcd49dfcbff9e19c5aa53efe0fc6dc6e (patch) | |
tree | 59e74d9c83918c0d3f49fce524d94c945751092f /doc/src | |
parent | 8abba638599113e8c742c6f97a204c625db36b43 (diff) | |
download | postgresql-50ce8ab9fcd49dfcbff9e19c5aa53efe0fc6dc6e.tar.gz postgresql-50ce8ab9fcd49dfcbff9e19c5aa53efe0fc6dc6e.zip |
Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,
per request from Tom.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/mvcc.sgml | 9 |
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> |