Skip to content

Commit 74ffae9

Browse files
committed
Doc: fix bad link in 9.1 branch only.
This table apparently got renamed somewhere between 9.1 and 9.2. Per buildfarm.
1 parent c90f4e5 commit 74ffae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/adminpack.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<para>
1919
The functions shown in <xref linkend="functions-adminpack-table"> provide
2020
write access to files on the machine hosting the server. (See also the
21-
functions in <xref linkend="functions-admin-genfile-table">, which
21+
functions in <xref linkend="functions-admin-genfile">, which
2222
provide read-only access.)
2323
Only files within the database cluster directory can be accessed, but
2424
either a relative or absolute path is allowable.
@@ -118,7 +118,7 @@
118118
in <xref linkend="functions-adminpack-deprecated-table"> are deprecated
119119
and should not be used in new applications; instead use those shown
120120
in <xref linkend="functions-admin-signal-table">
121-
and <xref linkend="functions-admin-genfile-table">. These functions are
121+
and <xref linkend="functions-admin-genfile">. These functions are
122122
provided in <filename>adminpack</> only for compatibility with old
123123
versions of <application>pgAdmin</>.
124124
</para>

0 commit comments

Comments
 (0)