mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Update README for oid2name.
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user