Update README for oid2name.

This commit is contained in:
Bruce Momjian 2002-10-12 19:15:09 +00:00
parent 3877847e88
commit 8031b066fa

View File

@ -1,8 +1,8 @@
This utility allows administrators to view the file structure used by This utility allows administrators to view the file structure used by
PostgreSQL. Databases are placed in directories based on their OIDs in PostgreSQL. Databases are placed in directories based on their OIDs in
pg_database, and the tables in that directory are named by their OIDs, pg_database, and the tables in that directory are named by original
stored in pg_class.relfilenode. Oid2name connects to the database and OIDs, stored in pg_class.relfilenode. Oid2name connects to the database
extracts the OID and table name information. and extracts the OID and table name information.
--------------------------------------------------------------------------- ---------------------------------------------------------------------------