mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add new pgbench options, --tablespace and --index-tablespace.
Per a request from Greg Smith.
This commit is contained in:
@ -159,6 +159,26 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--index-tablespace=<replaceable>index_tablespace</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create indexes in the specified tablespace, rather than the default
|
||||
tablespace.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--tablespace=<replaceable>tablespace</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create tables in the specified tablespace, rather than the default
|
||||
tablespace.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--unlogged-tables</option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user