Re: list of flags that pg_settings_get_flags reports
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Michael Paquier <michael@paquier.xyz>, Alvaro Herrera <alvherre@alvh.no-ip.org>, pgsql-docs@postgresql.org
Date: 2022-11-03T12:33:20Z
Lists: pgsql-docs
On Thu, Jul 21, 2022 at 12:19:59PM +0900, Fujii Masao wrote: > On 2022/07/20 16:26, Michael Paquier wrote: > > On Wed, Jul 20, 2022 at 01:51:36PM +0900, Fujii Masao wrote: > > > Attached is the updated version of the patch. It separates the list > > > for GUC flags from the table entry for pg_settings_get_flags() and > > > adds the table for it at the bottom of the existing function table. > > > > Thanks a lot for sending a patch. This looks fine to me. > > Pushed. Thanks! f2d0c7f18 should be backpatched to v15. The existing docs are not good. https://www.postgresql.org/docs/current/functions-info.html#id-1.5.8.32.19.2.2.25.1.1.1 -- Justin
Commits
-
docs: Improve pg_settings_get_flags docs.
- 387e059f8e9c 15.1 landed
- f2d0c7f18b06 16.0 landed