We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc219d9b commit39b42ecCopy full SHA for 39b42ec
doc/src/sgml/config.sgml
@@ -5550,9 +5550,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
5550
fit in the lock table. This is <emphasis>not</> the number of
5551
rows that can be locked; that value is unlimited. The default,
5552
64, has historically proven sufficient, but you might need to
5553
- raise this value if you haveclients that touch many different
5554
- tables in a single transaction. This parameter can only be set at
5555
- server start.
+ raise this value if you havequeries 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 atserver start.
5556
</para>
5557
5558
<para>