pgsql: Change pgbench to use the table names pgbench_accounts,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change pgbench to use the table names pgbench_accounts,
Date: 2009-05-07 22:01:18
Message-ID: 20090507220118.ED76B754067@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.85 -> r1.86)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.85&r2=1.86)
pgsql/doc/src/sgml:
pgbench.sgml (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgbench.sgml?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-05-07 22:58:28 pgsql: Add an option to AlterTableCreateToastTable() to allow its caller
Previous Message Tom Lane 2009-05-07 20:13:10 pgsql: Ooops ...