[PATCH] add long options to pgbench (submission 1) - Mailing list pgsql-hackers

From Fabien COELHO
Subject [PATCH] add long options to pgbench (submission 1)
Date
Msg-id alpine.DEB.2.02.1305021953270.9292@localhost6.localdomain6
Whole thread Raw
Responses Re: [PATCH] add long options to pgbench (submission 1)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
This is mostly for reference to the next commitfest.

This very minor patch adds a corresponding long option to all short (one 
letter) options of pgbench. In particular for connection options there is 
now --host --username --port options similar to the "psql" client.

While I was at developing some small extensions to pgbench, ISTM that I 
could do that without much effort.

Note that I'm not so sure about whether to chose singular or plural long 
option names.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Karol Trzcionka
Date:
Subject: Re: GSOC13 proposal - extend RETURNING syntax
Next
From: Fabien COELHO
Date:
Subject: Re: pgbench --startup option