Contents
pg_filenode_relation()
A function which finds the relation associated with a given tablespace and filenode
pg_filenode_relation()
is a system function which finds the relation associated with a given tablespace and filenode.
pg_filenode_relation()
was added in PostgreSQL 9.4.
Change history
- PostgreSQL 9.4
- added (commit f01d1ae3)
Examples
postgres=# SELECT pg_filenode_relation(0, 16499); pg_filenode_relation ---------------------- foo (1 row)
See filenode
for a fuller example.
References
- PostgreSQL documentation: Database Object Location Functions