Hi.
made some changes in the pg_describe_object function description section.

add a link to pg_depend.

-        <structname>pg_depend</structname> catalog. This function returns
+        <link 
linkend="catalog-pg-depend"><structname>pg_depend</structname></link>
catalog. This function returns
From 84c5ed57a270a5d916e89b747711a05daebd3dfa Mon Sep 17 00:00:00 2001
From: pgaddict <jian.universality@gmail.com>
Date: Sun, 22 Oct 2023 12:39:59 +0800
Subject: [PATCH v1 1/1]  add pg_depend url link in pg_describe_object's
 description.

---
 doc/src/sgml/func.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 24ad87f9..64990af7 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -25141,7 +25141,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
         object).  This description is intended to be human-readable, and might
         be translated, depending on server configuration.  This is especially
         useful to determine the identity of an object referenced in the
-        <structname>pg_depend</structname> catalog. This function returns
+        <link linkend="catalog-pg-depend"><structname>pg_depend</structname></link> catalog. This function returns
         <literal>NULL</literal> values for undefined objects.
        </para></entry>
       </row>
-- 
2.34.1

Reply via email to