1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

I had a need to read such things as the backend locale and the catalog

version number from the current database, and couldn't find any existing
program to do that.

linda:~$ pg_controldata
Log file id:                          0
Log file segment:                     5
Last modified:                        Wed Feb  7 19:35:47 2001
Database block size:                  8192
Blocks per segment of large relation: 131072
Catalog version number:               200101061
LC_COLLATE:                           en_GB
LC_CTYPE:                             en_GB
Log archive directory:

Oliver Elphick                                Oliver.Elphick@lfix.co.uk
This commit is contained in:
Bruce Momjian
2001-02-23 20:38:35 +00:00
parent e74ce0a566
commit b25e60d887
6 changed files with 182 additions and 0 deletions

View File

@ -85,6 +85,10 @@ oid2name -
maps numeric files to table names
by B Palmer <bpalmer@crimelabs.net>
pg_controldata -
Dump internal database site structures
by Oliver Elphick <olly@lfix.co.uk>
pg_dumplo -
Dump large objects
by Karel Zak <zakkr@zf.jcu.cz>