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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user