]> begriffs open source - ai-pg/blob - full-docs/txt/contrib-prog.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / contrib-prog.txt
1
2 Appendix G. Additional Supplied Programs
3
4    Table of Contents
5
6    G.1. Client Applications
7
8         oid2name — resolve OIDs and file nodes in a PostgreSQL data
9                 directory
10
11         vacuumlo — remove orphaned large objects from a PostgreSQL
12                 database
13
14    G.2. Server Applications
15
16    This appendix and the previous one contain information regarding the
17    modules that can be found in the contrib directory of the PostgreSQL
18    distribution. See Appendix F for more information about the contrib
19    section in general and server extensions and plug-ins found in contrib
20    specifically.
21
22    This appendix covers utility programs found in contrib. Once installed,
23    either from source or a packaging system, they are found in the bin
24    directory of the PostgreSQL installation and can be used like any other
25    program.