From 74ffae95347562c31578dea153ba9aa6b0f2fa44 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 11 Aug 2016 10:20:34 -0400 Subject: [PATCH] Doc: fix bad link in 9.1 branch only. This table apparently got renamed somewhere between 9.1 and 9.2. Per buildfarm. --- doc/src/sgml/adminpack.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/adminpack.sgml b/doc/src/sgml/adminpack.sgml index 98736cb7c44..a31db589ede 100644 --- a/doc/src/sgml/adminpack.sgml +++ b/doc/src/sgml/adminpack.sgml @@ -18,7 +18,7 @@ The functions shown in provide write access to files on the machine hosting the server. (See also the - functions in , which + functions in , which provide read-only access.) Only files within the database cluster directory can be accessed, but either a relative or absolute path is allowable. @@ -118,7 +118,7 @@ in are deprecated and should not be used in new applications; instead use those shown in - and . These functions are + and . These functions are provided in adminpack only for compatibility with old versions of pgAdmin. -- 2.39.5