Modify SHOW to display reloptions by accepting table-qualified names. - Mailing list pgsql-hackers

From David G. Johnston
Subject Modify SHOW to display reloptions by accepting table-qualified names.
Date
Msg-id CAKFQuwZ4m62GULq0C4F7eXP_FE6L4Q3tc+EMLTR1o4KVjCxHkA@mail.gmail.com
Whole thread Raw
Responses Re: Modify SHOW to display reloptions by accepting table-qualified names.
List pgsql-hackers
In discussing vacuum_truncate_set it occurs to me there is no SQL way for someone to easily view the current setting (or unset status) of a reloption.  Seems like we could modify SHOW to cover this use case.  It is mostly redundant with \d+ which already distinguishes unset and set options by displaying the later, but being SQL and more explicit seems to at least make considering extending SHOW worthwhile.  An unset reloption specified here could then have its computed value displayed and annotated.

David J.

pgsql-hackers by date:

Previous
From: Nikolay Shaplov
Date:
Subject: Re: vacuum_truncate configuration parameter and isset_offset
Next
From: Álvaro Herrera
Date:
Subject: Re: Restrict publishing of partitioned table with a foreign table as partition