summaryrefslogtreecommitdiff
path: root/contrib/vacuumlo/README.vacuumlo
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vacuumlo/README.vacuumlo')
-rw-r--r--contrib/vacuumlo/README.vacuumlo6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/vacuumlo/README.vacuumlo b/contrib/vacuumlo/README.vacuumlo
index b72ecf18e0..560649a654 100644
--- a/contrib/vacuumlo/README.vacuumlo
+++ b/contrib/vacuumlo/README.vacuumlo
@@ -1,9 +1,13 @@
-$PostgreSQL: pgsql/contrib/vacuumlo/README.vacuumlo,v 1.4 2003/11/29 19:51:36 pgsql Exp $
+$PostgreSQL: pgsql/contrib/vacuumlo/README.vacuumlo,v 1.5 2005/06/23 00:06:37 tgl Exp $
This is a simple utility that will remove any orphaned large objects out of a
PostgreSQL database. An orphaned LO is considered to be any LO whose OID
does not appear in any OID data column of the database.
+If you use this, you may also be interested in the lo_manage trigger in
+contrib/lo. lo_manage is useful to try to avoid creating orphaned LOs
+in the first place.
+
Compiling
--------