From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: docs: Improve pg_settings_get_flags docs. |
Date: | 2022-07-21 02:58:30 |
Message-ID: | E1oEMOT-000VxB-TQ@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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f2d0c7f18b0632a93d99f373edc3d8109faffbe2
Modified Files
--------------
doc/src/sgml/func.sgml | 64 +++++++++++++++++++++++++++++++++-----------------
1 file changed, 42 insertions(+), 22 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2022-07-21 03:29:39 | pgsql: Allow users to skip logical replication of data having origin. |
Previous Message | Michael Paquier | 2022-07-21 02:01:57 | pgsql: Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM |