I had a need to read such things as the backend locale and the catalog
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_controldata/Makefile | added | +36 −0 |
| contrib/pg_controldata/pg_controldata | added | binary |
| contrib/pg_controldata/pg_controldata.c | added | +123 −0 |
| contrib/pg_controldata/pg_controldata.o | added | binary |
| contrib/pg_controldata/README.pg_controldata | added | +19 −0 |
| contrib/README | modified | +4 −0 |