pgsql: docs: Improve pg_settings_get_flags docs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Improve pg_settings_get_flags docs.
Date: 2022-11-03 23:53:38
Message-ID: E1oqk1i-000K0q-V0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Back-patch of f2d0c7f18 into v15.
Discussion: https://postgr.es/m/20221103123320.GQ16921@telsasoft.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/387e059f8e9c506aba17d63e7220cad2f488f238

Modified Files
--------------
doc/src/sgml/func.sgml | 64 +++++++++++++++++++++++++++++++++-----------------
1 file changed, 42 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-11-04 00:54:28 pgsql: Remove outdated include
Previous Message Alvaro Herrera 2022-11-03 19:41:59 pgsql: Create FKs properly when attaching table as partition