diff options
author | Bruce Momjian | 2011-01-26 14:22:21 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-01-26 14:22:21 +0000 |
commit | 159e3d86292cfec2a2828f9f69ac7a6cb1be242d (patch) | |
tree | d393f08f82b4a7baee841cbed710334a1b0b1574 /doc/src/sgml/diskusage.sgml | |
parent | e84730a916bce0635eb78205d2ea4746ee664d68 (diff) |
Update contrib documention mentions to point to actual documentation
sections, rather than just calling it "/contrib/module_name".
Also update pg_test_fsync build instructions now that it is in /contrib.
Diffstat (limited to 'doc/src/sgml/diskusage.sgml')
-rw-r--r-- | doc/src/sgml/diskusage.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/diskusage.sgml b/doc/src/sgml/diskusage.sgml index 0f390f3d350..50440c2a179 100644 --- a/doc/src/sgml/diskusage.sgml +++ b/doc/src/sgml/diskusage.sgml @@ -31,10 +31,9 @@ <para> You can monitor disk space in three ways: using the SQL functions listed in <xref linkend="functions-admin-dbsize">, - using the tools in <filename>contrib/oid2name</>, or + using the <xref linkend="oid2name"> module, or using manual inspection of the system catalogs. The SQL functions are the easiest to use and are generally recommended. - <filename>contrib/oid2name</> is described in <xref linkend="oid2name">. The remainder of this section shows how to do it by inspection of the system catalogs. </para> |