mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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
This commit is contained in:
@@ -355,7 +355,6 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-c</option> <replaceable>clients</replaceable></term>
|
||||
<term><option>--client=</option><replaceable>clients</replaceable></term>
|
||||
@@ -617,6 +616,16 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--show-script</option><replaceable>scriptname</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show the actual code of builtin script <replaceable>scriptname</replaceable>
|
||||
on stderr, and exit immediately.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-t</option> <replaceable>transactions</replaceable></term>
|
||||
<term><option>--transactions=</option><replaceable>transactions</replaceable></term>
|
||||
|
Reference in New Issue
Block a user