1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

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.
This commit is contained in:
Bruce Momjian
2011-01-26 09:22:21 -05:00
parent e84730a916
commit 159e3d8629
19 changed files with 57 additions and 59 deletions

View File

@@ -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>