Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0060023 commit 891497dCopy full SHA for 891497d
doc/src/sgml/mvcc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.46 2004/12/23 23:07:38 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.47 2005/02/26 18:37:17 tgl Exp $
3
-->
4
5
<chapter id="mvcc">
@@ -677,8 +677,9 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
677
</para>
678
679
<para>
680
- This lock mode is not automatically acquired by any
681
- <productname>PostgreSQL</productname> command.
+ This lock mode is not automatically acquired on user tables by any
+ <productname>PostgreSQL</productname> command. However it is
682
+ acquired on certain system catalogs in some operations.
683
684
</listitem>
685
</varlistentry>
0 commit comments