From b69f2e36402aaa222ed03c1769b3de6d5be5f302 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 8 Aug 2011 09:12:16 -0400 Subject: Teach vacuumlo to limit number of removals, via new -l option. Also, handle failure better: don't just blindly keep trying to delete stuff after the transaction has already failed. Tim Lewis, reviewed by Josh Kupershmidt, with further hacking by me. --- doc/src/sgml/vacuumlo.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/vacuumlo.sgml b/doc/src/sgml/vacuumlo.sgml index 471a6ca32be..0ae39c71d2c 100644 --- a/doc/src/sgml/vacuumlo.sgml +++ b/doc/src/sgml/vacuumlo.sgml @@ -56,6 +56,16 @@ vacuumlo [options] database [database2 ... databaseN] + + limit + + + Stop after removing LIMIT large objects. Useful to avoid + exceeding . + + + + -- cgit v1.2.3