mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 06:43:00 -04:00
Correct documentation for trace_userlocks.
This commit is contained in:
parent
44ff103566
commit
fe3bc4e331
1 changed files with 1 additions and 5 deletions
|
|
@ -5397,11 +5397,7 @@ plruby.use_strict = true # generates error: unknown class name
|
|||
<listitem>
|
||||
<para>
|
||||
If on, emit information about user lock usage. Output is the same
|
||||
as for <symbol>trace_locks</symbol>, only for user locks.
|
||||
</para>
|
||||
<para>
|
||||
User locks were removed as of PostgreSQL version 8.2. This option
|
||||
currently has no effect.
|
||||
as for <symbol>trace_locks</symbol>, only for advisory locks.
|
||||
</para>
|
||||
<para>
|
||||
This parameter is only available if the <symbol>LOCK_DEBUG</symbol>
|
||||
|
|
|
|||
Loading…
Reference in a new issue