diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 039b279f786..528197e4bcc 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -15814,7 +15814,7 @@ 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's OID. For a table + 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> |