From 7c26395661ce549621db6fa93c0abb9cdbac9837 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 25 Jul 2011 09:16:14 -0400 Subject: Add new pgbench options, --tablespace and --index-tablespace. Per a request from Greg Smith. --- doc/src/sgml/pgbench.sgml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index c1e5c9c7b6f..2ae3b9e317f 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -159,6 +159,26 @@ pgbench options dbname + + + + + Create indexes in the specified tablespace, rather than the default + tablespace. + + + + + + + + + Create tables in the specified tablespace, rather than the default + tablespace. + + + + -- cgit v1.2.3