diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index da63b347e58..039b279f786 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -15814,8 +15814,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); <para> <function>pg_filenode_relation</> is the reverse of <function>pg_relation_filenode</>. Given a <quote>tablespace</> OID and - a <quote>filenode</> it returns the associated relation. The default - tablespace can be specified as 0. + a <quote>filenode</>, it returns the associated relation's OID. For a table + in the database's default tablespace, the tablespace can be specified as 0. </para> </sect2> |
