Re: trying to run pgbench-tools postgresql ubuntu ERROR: relation "branches" does not exist - Mailing list pgsql-performance

From Michael Paquier
Subject Re: trying to run pgbench-tools postgresql ubuntu ERROR: relation "branches" does not exist
Date
Msg-id CAB7nPqSDEmWNJ-_n1zrfiZhGsS0JrzessTV5aYRKfcHXyR4HKQ@mail.gmail.com
Whole thread Raw
In response to trying to run pgbench-tools postgresql ubuntu ERROR: relation "branches" does not exist  (cesar <cesarkrall@gmail.com>)
Responses Re: trying to run pgbench-tools postgresql ubuntu ERROR: relation "branches" does not exist
List pgsql-performance
On Wed, Dec 31, 2014 at 5:42 AM, cesar <cesarkrall@gmail.com> wrote:
> After this it appears a message "Removing old pgbench tables"
> First error message (seems not to be important) is: ERROR: table "accounts
> does not exist"
> ERROR: relation "branches" does not exist
> LINE 1: select count(*) for branches
> ERROR: Attempt to determine database scale returned "", aborting

The tables "accounts" and "branches" refer to the table names in
pgbench shipped with Postgres 8.3 and older. It has been changed to
pgbench_* after that. So it seems that you are facing a version
mismatch if this script uses pgbench 9.1.

> Any idea about what to try?
Discussing this issue with the maintainers of pgbench-tools may be a
good thing as well:
https://github.com/gregs1104/pgbench-tools/
Regards,
--
Michael


pgsql-performance by date:

Previous
From: cesar
Date:
Subject: trying to run pgbench-tools postgresql ubuntu ERROR: relation "branches" does not exist
Next
From: cesar
Date:
Subject: Re: trying to run pgbench-tools postgresql ubuntu ERROR: relation "branches" does not exist