From 159e3d86292cfec2a2828f9f69ac7a6cb1be242d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Jan 2011 09:22:21 -0500 Subject: 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. --- doc/src/sgml/diskusage.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/src/sgml/diskusage.sgml') 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 @@ You can monitor disk space in three ways: using the SQL functions listed in , - using the tools in contrib/oid2name, or + using the module, or using manual inspection of the system catalogs. The SQL functions are the easiest to use and are generally recommended. - contrib/oid2name is described in . The remainder of this section shows how to do it by inspection of the system catalogs. -- cgit v1.2.3