|
1 | 1 | This utility allows administrators to view the file structure used by
|
2 | 2 | PostgreSQL. Databases are placed in directories based on their OIDs in
|
3 |
| -pg_database, and the tables in that directory are named bytheir OIDs, |
4 |
| -stored in pg_class.relfilenode. Oid2name connects to the database and |
5 |
| -extracts the OID and table name information. |
| 3 | +pg_database, and the tables in that directory are named byoriginal |
| 4 | +OIDs,stored in pg_class.relfilenode. Oid2name connects to the database |
| 5 | +andextracts the OID and table name information. |
6 | 6 |
|
7 | 7 | ---------------------------------------------------------------------------
|
8 | 8 |
|
|