pgsql: doc: Add note about pg_settings and customized options into cata

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add note about pg_settings and customized options into cata
Date: 2020-11-09 06:11:23
Message-ID: E1kc0Oh-0000BE-R4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add note about pg_settings and customized options into catalogs.sgml.

The pg_settings view does not display customized options until
the extension module that defines them has been loaded. This commit
add the note about that behavior, into the docs.

Author: John Naylor
Reviewed-by: Tom Lane, Fujii Masao
Discussion: https://postgr.es/m/CAFBsxsGsBZsG=cLM0Op5HFb2Ks6SzJrOc_eRO_jcKSNuqFRKnQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ef60de67ebde6dfd1ea09b4d08166736bf05698c

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2020-11-09 09:39:26 pgsql: Remove incorrect %s in string
Previous Message Dilip Kumar 2020-11-09 04:48:16 Re: pgsql: Skip empty transaction stream in test_decoding.