From 84c5ed57a270a5d916e89b747711a05daebd3dfa Mon Sep 17 00:00:00 2001 From: pgaddict 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 - pg_depend catalog. This function returns + pg_depend catalog. This function returns NULL values for undefined objects. -- 2.34.1