Appendix G. Additional Supplied Programs#
Appendix G. Additional Supplied Programs
Table of Contents
- G.1. Client Applications
- oid2name — resolve OIDs and file nodes in a Tantor BE data directory
- vacuumlo — remove orphaned large objects from a Tantor BE database
- columnar_migrator — a script designed to migrate data from a PostgreSQL database with the Citus Columnar extension to a PostgreSQL database with the Hydra Columnar extension, ensuring data integrity and compatibility.
- wal-g — is an archival restoration tool for PostgreSQL
- pg_anon — Anonymization tool for PostgreSQL
- pgcopydb — a tool that automates running pg_dump | pg_restore between two running Postgres servers.
- pgcompacttable — reduce size of bloated tables and indexes without heavy locks
- G.2. Server Applications
This appendix and the previous one contain information regarding the modules that
can be found in the contrib
directory of the
Tantor BE distribution. See Appendix F for
more information about the contrib
section in general and
server extensions and plug-ins found in contrib
specifically.
This appendix covers utility programs found in contrib
.
Once installed, either from source or a packaging system, they are found in
the bin
directory of the
Tantor BE installation and can be used like any
other program.