Re: Where to download pgbench for Windows 7

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Where to download pgbench for Windows 7
Date: 2016-12-03 07:11:59
Message-ID: 1dcde8d7-ea02-5a7e-e37c-45c93bca89bc@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/2/2016 10:37 PM, James Zhou wrote:
> I am new to PostgreSQL and am leaning it. I installed PostgreSQL on a
> Windows 7 laptop and would like to play with pgbench to generate a
> sample database and a bit load.
>
> As I read, pgbench should come with the server download. But after I
> install it, I could find pgbench:

its a command line program. at CMD ('dos prompt'), try...

D:\Postgresql\9.5\bin\pgbench --help

(replace that path with wherever you installed the eDB postgres package)

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message inspector morse 2016-12-03 13:55:04 Any work being done on materialized view?
Previous Message James Zhou 2016-12-03 06:37:48 Where to download pgbench for Windows 7