]> granicus.if.org Git - postgresql/commitdiff
Update README for oid2name.
authorBruce Momjian <bruce@momjian.us>
Sat, 12 Oct 2002 19:15:09 +0000 (19:15 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 12 Oct 2002 19:15:09 +0000 (19:15 +0000)
contrib/oid2name/README.oid2name

index ddd12ddba9e6e403db3d430661927c27edac2c93..abd1398724298edb535302b5b5e004fb87762677 100644 (file)
@@ -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.
 
 ---------------------------------------------------------------------------