]> granicus.if.org Git - postgresql/commit
Rework option set of vacuumlo
authorMichael Paquier <michael@paquier.xyz>
Tue, 28 Aug 2018 12:42:45 +0000 (21:42 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 28 Aug 2018 12:42:45 +0000 (21:42 +0900)
commitbfea331a5e1b993d22071fc1696e6e8811d2d0d4
tree55e67c665a4b1efbba099e2564a4ede562913d72
parent1aaf532deabfa356c99abc80fc78d988ad1f1355
Rework option set of vacuumlo

Like oid2name, vacuumlo has been lacking consistency with other
utilities for its options:
- Connection options gain long aliases.
- Document environment variables which could be used: PGHOST, PGPORT and
PGUSER.

Documentation and code is reordered to be more consistent. A basic set
of TAP tests has been added while on it.

Author: Tatsuro Yamada
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/c7e7f25c-1747-cd0f-9335-390bc97b2db5@lab.ntt.co.jp
contrib/vacuumlo/.gitignore
contrib/vacuumlo/Makefile
contrib/vacuumlo/t/001_basic.pl [new file with mode: 0644]
contrib/vacuumlo/vacuumlo.c
doc/src/sgml/vacuumlo.sgml