Where to download pgbench for Windows 7

Started by James Zhouover 9 years ago3 messagesgeneral
Jump to latest
#1James Zhou
james@360data.ca

Hi,
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:

[image: Inline image 1]

Is there a Windows version of pgbench, or it is only available on Linux?

Thanks

James

Attachments:

image.pngimage/png; name=image.pngDownload
#2John R Pierce
pierce@hogranch.com
In reply to: James Zhou (#1)
Re: Where to download pgbench for Windows 7

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3James Zhou
james@360data.ca
In reply to: John R Pierce (#2)
Re: Where to download pgbench for Windows 7

Thank you, John.

On Dec 2, 2016 23:12, "John R Pierce" <pierce@hogranch.com> wrote:

Show quoted text

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general