[DOCS] Suggest adding reference to pg_db_role_setting in chapter 18; expandcatalog page - Mailing list pgsql-docs

From David Johnston
Subject [DOCS] Suggest adding reference to pg_db_role_setting in chapter 18; expandcatalog page
Date
Msg-id CAKFQuwaEcdoVNvFQPWtmdyVpronHLqAyvrgP8SRG=-7nXPrBog@mail.gmail.com
Whole thread Raw
Responses Re: [DOCS] Suggest adding reference to pg_db_role_setting in chapter18; expand catalog page  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
​Attached is a patch that provides a link to the catalog page for pg_db_role_settings from config.sgml.  It also updates said catalog page to mention that the data from this catalog is available via psql \drds and also provides a query that will explode the setconfig column into its component parts - which \drds does not do.

I am imagine there might be a reason that the catalog pages do not reference the relevant psql meta-commands, or provide human-friendly examples, but I cannot think of what that might be and so here I provide.

David J.

Attachment

pgsql-docs by date:

Previous
From: David Johnston
Date:
Subject: Suggest adding reference to pg_db_role_setting in chapter 18; expand catalog page
Next
From: Marko Tiikkaja
Date:
Subject: PL/PgSQL: stmt_fors and variable value after loop