docs: Improve pg_settings_get_flags docs.
authorFujii Masao <fujii@postgresql.org>
Wed, 20 Jul 2022 04:30:58 +0000 (13:30 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 21 Jul 2022 02:58:04 +0000 (11:58 +0900)
commitf2d0c7f18b0632a93d99f373edc3d8109faffbe2
tree16cd203107e1a8da3facfc47ddf94325d028df35
parent2b99ce10c2bc2b901cf2fe04f844f3983943bf9f
docs: Improve pg_settings_get_flags docs.

In the docs, the GUC flags that pg_settings_get_flags() reported were
listed using <simplelist>. But the list was treated as separate lines
in the existing function table and didn't look good. For better view,
this commit separates the list from the table entry for
pg_settings_get_flags() and adds the table for it at the bottom of
the existing function table.

Author: Fujii Masao
Reviewed-by: Alvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/f093edf9-6e5a-b119-ee50-6a2c97c79ee8@oss.nttdata.com
doc/src/sgml/func.sgml