1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Doc: fix bad link in 9.1 branch only.

This table apparently got renamed somewhere between 9.1 and 9.2.
Per buildfarm.
This commit is contained in:
Tom Lane
2016-08-11 10:20:34 -04:00
parent c90f4e5ccc
commit 74ffae9534

View File

@@ -18,7 +18,7 @@
<para> <para>
The functions shown in <xref linkend="functions-adminpack-table"> provide The functions shown in <xref linkend="functions-adminpack-table"> provide
write access to files on the machine hosting the server. (See also the write access to files on the machine hosting the server. (See also the
functions in <xref linkend="functions-admin-genfile-table">, which functions in <xref linkend="functions-admin-genfile">, which
provide read-only access.) provide read-only access.)
Only files within the database cluster directory can be accessed, but Only files within the database cluster directory can be accessed, but
either a relative or absolute path is allowable. either a relative or absolute path is allowable.
@@ -118,7 +118,7 @@
in <xref linkend="functions-adminpack-deprecated-table"> are deprecated in <xref linkend="functions-adminpack-deprecated-table"> are deprecated
and should not be used in new applications; instead use those shown and should not be used in new applications; instead use those shown
in <xref linkend="functions-admin-signal-table"> in <xref linkend="functions-admin-signal-table">
and <xref linkend="functions-admin-genfile-table">. These functions are and <xref linkend="functions-admin-genfile">. These functions are
provided in <filename>adminpack</> only for compatibility with old provided in <filename>adminpack</> only for compatibility with old
versions of <application>pgAdmin</>. versions of <application>pgAdmin</>.
</para> </para>