pgsql: Change pgbench to use the table names pgbench_accounts, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Change pgbench to use the table names pgbench_accounts,
Date
Msg-id 20090507220118.ED76B754067@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ooops ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add an option to AlterTableCreateToastTable() to allow its caller