Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39b42ec

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 parentc219d9b commit39b42ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
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 haveclients 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 havequeries 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 atserver start.
55565556
</para>
55575557

55585558
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp