summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-05-10 04:19:30 +0000
committerBruce Momjian <bruce@momjian.us>1999-05-10 04:19:30 +0000
commit40457dfde98a2d18e0035cb97837791d4888b69b (patch)
treeaa3d1f7b40c0facaaf3f0e644228e06918d1456a
parentf4213e6b2310c69628c8340c4176ddb9383c1c3d (diff)
downloadpostgresql-40457dfde98a2d18e0035cb97837791d4888b69b.tar.gz
add mention of large object orphaning
-rw-r--r--contrib/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/README b/contrib/README
index 88dc7b645a..875c2b20ab 100644
--- a/contrib/README
+++ b/contrib/README
@@ -80,5 +80,6 @@ userlock -
User locks
by Massimo Dal Zotto <dz@cs.unitn.it>
-
-
+vacuumlo -
+ Remove orphaned large objects
+ by Peter T Mount <peter@retep.org.uk>