Change pgbench to use the table names pgbench_accounts, pgbench_branches,
commit6917ae1b217c15bca291face0da4eb2b57a2e919
authortgl <tgl>
Thu, 7 May 2009 22:01:18 +0000 (7 22:01 +0000)
committertgl <tgl>
Thu, 7 May 2009 22:01:18 +0000 (7 22:01 +0000)
tree94356c6db0791dbcc7e8b37ed03a012767779f56
parent0bc91ef87107f0935b6be158f76009191aa6fcc8
Change pgbench to use the table names pgbench_accounts, pgbench_branches,
pgbench_history, and pgbench_tellers, rather than just accounts, branches,
history, and tellers.  This is to prevent accidental conflicts with real
application tables, as has been reported to happen at least once.  Also
remove the automatic "SET search_path = public" that it did at startup,
as this seems to restrict testing flexibility without actually buying much.
Per proposal by Joshua Drake and ensuing discussion.

Joshua Drake and Tom Lane
contrib/pgbench/pgbench.c
doc/src/sgml/pgbench.sgml