pgsql: Add missing documentation for PGC_SU_BACKEND in description of p

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing documentation for PGC_SU_BACKEND in description of p
Date: 2015-03-15 16:45:58
Message-ID: E1YXBfq-0006mT-8E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing documentation for PGC_SU_BACKEND in description of pg_settings.

Commit fe550b2ac249af5fbd8e9e19290a4ba43c882f2d missed updating this list
of the PGC_XXX values, which in hindsight is not so surprising because
catalogs.sgml is not a place you'd think to look for them. In addition to
adding the missing doco, insert the PGC_XXX C enum names in SGML comments,
so that grepping for the enum names will find this file. That might spare
the next person similar embarrassment.

Spotted by Magnus Hagander.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d1e9214e4ff5604357d0155467f105825a9e102c

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 34 +++++++++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-15 18:14:30 pgsql: src/port/dirmod.c needs to be built on Cygwin too.
Previous Message Andres Freund 2015-03-15 16:38:59 pgsql: Remove pause_at_recovery_target recovery.conf setting.