pgsql: Doc: enhance pgbench manual.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: enhance pgbench manual.
Date: 2019-01-17 06:43:32
Message-ID: E1gk1Om-0005DU-Mt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: enhance pgbench manual.

Clarify the difference between "prepared mode" and other query modes.

Discussion: https://postgr.es/m/20181030.103654.2249812451112831300.t-ishii@sraoss.co.jp
Reviewed by: Fabien Coelh and Alvaro Herrera.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2472ea0a53f0e3fe7cb315fbbe6619fa71b181f9

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2019-01-17 06:47:51 pgsql: Postpone aggregate checks until after collation is assigned.
Previous Message Etsuro Fujita 2019-01-17 05:41:21 pgsql: postgres_fdw: Remove duplicate code in DML execution callback fu