Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39b42ec

Browse files
committed
Document that max_locks_per_transaction might need to be increased for
queries on parent tables, per suggestion from Josh Berkus.
1 parent c219d9b commit 39b42ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/config.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5550,9 +5550,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
55505550
fit in the lock table. This is <emphasis>not</> the number of
55515551
rows that can be locked; that value is unlimited. The default,
55525552
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.
5553+
raise this value if you have queries that touch many different
5554+
tables in a single transaction, e.g. query of a parent table with
5555+
many children. This parameter can only be set at server start.
55565556
</para>
55575557

55585558
<para>

0 commit comments

Comments
 (0)