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:10 -0500 |
| commit | 019d45e13910a03fbd2f71293175b4ce09dcf0a7 (patch) | |
| tree | a6c1a507a9c98487f22107cd14784c89a622bb1a /doc/src/sgml | |
| parent | 1d9d7a91bf2cdd226530c7c6b37b63473b298f07 (diff) | |
Correct documentation for trace_userlocks.
Diffstat (limited to 'doc/src/sgml')
| -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 2b5885d4873..27f51227ae8 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5843,11 +5843,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) <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> |
