diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-07-22 13:15:13 -0400 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-07-22 13:15:13 -0400 |
| commit | 0aeb5ae2041520f02cabbc7083aec46733689bce (patch) | |
| tree | 9e5d0515932c7f2efbb05c2396ee6a69c7b55f3d /doc/src | |
| parent | f01d1ae3a104019d6d68aeff85c4816a275130b3 (diff) | |
Silence compiler warning on an unused variable
Also, tweak wording in comments (per Andres) and documentation (myself)
to point out that it's the database's default tablespace that can be
passed as 0, not DEFAULTTABLESPACE_OID. Robert Haas noticed the bug in
the code, but didn't update the accompanying prose.
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> |
