diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-05-10 04:19:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-05-10 04:19:30 +0000 |
commit | 40457dfde98a2d18e0035cb97837791d4888b69b (patch) | |
tree | aa3d1f7b40c0facaaf3f0e644228e06918d1456a | |
parent | f4213e6b2310c69628c8340c4176ddb9383c1c3d (diff) | |
download | postgresql-40457dfde98a2d18e0035cb97837791d4888b69b.tar.gz |
add mention of large object orphaning
-rw-r--r-- | contrib/README | 5 |
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> |