diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-12 19:15:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-12 19:15:09 +0000 |
commit | 8031b066fa7ccf7805eb428b7939dd192e8639d4 (patch) | |
tree | 050626fd5c82cda76895ec2d0e68634655387126 | |
parent | 3877847e88123bbfe57891b436ef8521d1cb2fa0 (diff) | |
download | postgresql-8031b066fa7ccf7805eb428b7939dd192e8639d4.tar.gz postgresql-8031b066fa7ccf7805eb428b7939dd192e8639d4.zip |
Update README for oid2name.
-rw-r--r-- | contrib/oid2name/README.oid2name | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name index ddd12ddba9e..abd13987242 100644 --- a/contrib/oid2name/README.oid2name +++ b/contrib/oid2name/README.oid2name @@ -1,8 +1,8 @@ This utility allows administrators to view the file structure used by PostgreSQL. Databases are placed in directories based on their OIDs in -pg_database, and the tables in that directory are named by their OIDs, -stored in pg_class.relfilenode. Oid2name connects to the database and -extracts the OID and table name information. +pg_database, and the tables in that directory are named by original +OIDs, stored in pg_class.relfilenode. Oid2name connects to the database +and extracts the OID and table name information. --------------------------------------------------------------------------- |