diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-11-10 18:00:34 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-11-10 18:01:18 -0500 |
commit | fe3bc4e33195c3bb931d2a4a0b392696a14a1b9a (patch) | |
tree | 842481155767ac04e52bfffb0ac97b2c5149892d /doc/src | |
parent | 44ff1035669928e1c9d6ba863194173696a5afbc (diff) |
Correct documentation for trace_userlocks.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 32283f404d1..f047f2c5dd8 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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> |