]> granicus.if.org Git - postgresql/commitdiff
Document that max_locks_per_transaction might need to be increased for
authorBruce Momjian <bruce@momjian.us>
Thu, 30 Aug 2012 20:56:12 +0000 (16:56 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 30 Aug 2012 20:56:23 +0000 (16:56 -0400)
queries on parent tables, per suggestion from Josh Berkus.

doc/src/sgml/config.sgml

index d5fa94e2d495cd932e1b818940d9505c4b036844..ade9f7974d2d823245a22e86ff2a4f886c497ffb 100644 (file)
@@ -5550,9 +5550,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
         fit in the lock table.  This is <emphasis>not</> the number of
         rows that can be locked; that value is unlimited.  The default,
         64, has historically proven sufficient, but you might need to
-        raise this value if you have clients that touch many different
-        tables in a single transaction. This parameter can only be set at
-        server start.
+        raise this value if you have queries that touch many different
+        tables in a single transaction, e.g. query of a parent table with
+        many children.  This parameter can only be set at server start.
        </para>
 
        <para>