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:00:34 -0500 |
commit | 788cb1c2e8c68d054b7b5bb43f659347acf09278 (patch) | |
tree | 674b0d0f95d02e74b247bc31c78db1422d816ec7 | |
parent | 71b2b657c034743f81ae7906d7b0fcc8e9a0a6a3 (diff) | |
download | postgresql-788cb1c2e8c68d054b7b5bb43f659347acf09278.tar.gz postgresql-788cb1c2e8c68d054b7b5bb43f659347acf09278.zip |
Correct documentation for trace_userlocks.
-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 18b39ea0a97..d1e628fefca 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6225,11 +6225,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> |