Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3877847 commit 8031b06Copy full SHA for 8031b06
contrib/oid2name/README.oid2name
@@ -1,8 +1,8 @@
1
This utility allows administrators to view the file structure used by
2
PostgreSQL. Databases are placed in directories based on their OIDs in
3
-pg_database, and the tables in that directory are named by their OIDs,
4
-stored in pg_class.relfilenode. Oid2name connects to the database and
5
-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.
6
7
---------------------------------------------------------------------------
8
0 commit comments