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:00 -0500 |
commit | 91e8cb61a576ee48e224da1303ef37edc9067cc6 (patch) | |
tree | c1fc19066fa578d0d6af7d644b1de07066c903a7 | |
parent | febda37fda469317f15b0acadfbdedab3d7dc793 (diff) | |
download | postgresql-91e8cb61a576ee48e224da1303ef37edc9067cc6.tar.gz postgresql-91e8cb61a576ee48e224da1303ef37edc9067cc6.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 98db5f11b85..f797860d1c0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6205,11 +6205,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> |