]> granicus.if.org Git - postgresql/commit
Change pgbench to use the table names pgbench_accounts, pgbench_branches,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 May 2009 22:01:18 +0000 (22:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 May 2009 22:01:18 +0000 (22:01 +0000)
commit48caf91b66fda69ffaf0d0aeb54ee41c6727ea2d
treec142f76d5f0813acdaf62c68f48fee162d4bb8c1
parentfdd48b185288e3e77827d4d81dd1561e17bde90c
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