From ef3a69d05f3d757a08ac79ec169f9722c1c0313f Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 11 Jun 2026 11:48:30 +1000 Subject: [PATCH v1] Add links to the DDL commands being generated --- doc/src/sgml/func/func-info.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/func/func-info.sgml b/doc/src/sgml/func/func-info.sgml index b2e3f24128b..ed06b3848ea 100644 --- a/doc/src/sgml/func/func-info.sgml +++ b/doc/src/sgml/func/func-info.sgml @@ -3900,8 +3900,8 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} setof text - Reconstructs the CREATE DATABASE statement for the - specified database, followed by ALTER DATABASE + Reconstructs the CREATE DATABASE statement for the + specified database, followed by ALTER DATABASE statements for connection limit, template status, and configuration settings. Each statement is returned as a separate row. The following options are supported: @@ -3923,13 +3923,13 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} setof text - Reconstructs the CREATE ROLE statement and any - ALTER ROLE ... SET statements for the given role. + Reconstructs the CREATE ROLE statement and any + ALTER ROLE ... SET statements for the given role. Each statement is returned as a separate row. Password information is never included in the output. The following options are supported: pretty (boolean) for pretty-printed output and memberships (boolean, - default true) to include GRANT statements for + default true) to include GRANT statements for role memberships and their options. @@ -3952,9 +3952,9 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} setof text - Reconstructs the CREATE TABLESPACE statement for + Reconstructs the CREATE TABLESPACE statement for the specified tablespace (by OID or name). If the tablespace has - options set, an ALTER TABLESPACE ... SET statement + options set, an ALTER TABLESPACE ... SET statement is also returned. Each statement is returned as a separate row. The following options are supported: pretty (boolean) for formatted output and owner (boolean) to include -- 2.47.3