pgsql: Add new pgbench options, --tablespace and --index-tablespace.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new pgbench options, --tablespace and --index-tablespace.
Date: 2011-07-25 13:19:37
Message-ID: E1QlL4L-0005Mk-D8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add new pgbench options, --tablespace and --index-tablespace.

Per a request from Greg Smith.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c26395661ce549621db6fa93c0abb9cdbac9837

Modified Files
--------------
contrib/pgbench/pgbench.c | 119 ++++++++++++++++++++++++++++++++------------
doc/src/sgml/pgbench.sgml | 20 ++++++++
2 files changed, 106 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-07-25 13:38:37 pgsql: Improvements to SQL/MED documentation.
Previous Message Robert Haas 2011-07-25 10:59:45 pgsql: Add new pgbench switch, --unlogged-tables.