pgsql: Provide pgbench --show-script to dump built-in scripts.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Provide pgbench --show-script to dump built-in scripts.
Date: 2019-07-16 00:02:05
Message-ID: E1hnAuz-00056x-G0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Provide pgbench --show-script to dump built-in scripts.

Author: Fabien Coelho
Reviewed-by: Ibrar Ahmed
Discussion: https://postgr.es/m/alpine.DEB.2.21.1904081737390.5867%40lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5823677acc567d7790cc68972de12f6718913d7d

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 11 ++++++++++-
src/bin/pgbench/pgbench.c | 12 +++++++++++-
src/bin/pgbench/t/002_pgbench_no_server.pl | 9 +++++++++
3 files changed, 30 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-07-16 00:57:32 pgsql: doc: mention pg_reload_conf() for reloading the config file
Previous Message Thomas Munro 2019-07-15 23:43:30 pgsql: Report the time taken by pgbench initialization steps.