mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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.
This commit is contained in:
@ -56,6 +56,16 @@ vacuumlo [options] database [database2 ... databaseN]
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-l</option> <replaceable>limit</></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Stop after removing LIMIT large objects. Useful to avoid
|
||||
exceeding <xref linkend="guc-max-locks-per-transaction">.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-w</></term>
|
||||
<term><option>--no-password</></term>
|
||||
|
Reference in New Issue
Block a user