File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,18 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
151
151
152
152
<variablelist>
153
153
154
+ <varlistentry>
155
+ <term><replaceable class="parameter">dbname</replaceable></term>
156
+ <listitem>
157
+ <para>
158
+ Specifies the name of the database to test in. If this is
159
+ not specified, the environment variable
160
+ <envar>PGDATABASE</envar> is used. If that is not set, the
161
+ user name specified for the connection is used.
162
+ </para>
163
+ </listitem>
164
+ </varlistentry>
165
+
154
166
<varlistentry>
155
167
<term><option>-i</option></term>
156
168
<term><option>--initialize</option></term>
@@ -900,6 +912,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
900
912
901
913
<variablelist>
902
914
<varlistentry>
915
+ <term><envar>PGDATABASE</envar></term>
903
916
<term><envar>PGHOST</envar></term>
904
917
<term><envar>PGPORT</envar></term>
905
918
<term><envar>PGUSER</envar></term>
You can’t perform that action at this time.
0 commit comments