pgsql: Doc: improve PREPARE documentation, cross-referencing to plan_ca

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve PREPARE documentation, cross-referencing to plan_ca
Date: 2019-09-30 18:31:39
Message-ID: E1iF0SR-0005IS-2O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve PREPARE documentation, cross-referencing to plan_cache_mode.

The behavior described in the PREPARE man page applies only for the
default plan_cache_mode setting, so explain that properly. Rewrite
some of the text while I'm here. Per suggestion from Bruce.

Discussion: https://postgr.es/m/20190930155505.GA21095@momjian.us

Branch
------
REL_12_STABLE

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

Modified Files
--------------
doc/src/sgml/config.sgml | 30 ++++++++++-----------
doc/src/sgml/ref/prepare.sgml | 63 ++++++++++++++++++++++++-------------------
2 files changed, 50 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-09-30 19:20:13 Re: pgsql: pg_rewind: Allow writing recovery configuration
Previous Message Tom Lane 2019-09-30 18:20:29 Re: pgsql: Add libpq parameter 'channel_binding'.