8000
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 c219d9b commit 39b42ecCopy 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 have clients 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 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.
5556
</para>
5557
5558
<para>
0 commit comments