[PATCH] add long options to pgbench (submission 1)

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] add long options to pgbench (submission 1)
Date: 2013-05-02 17:59:40
Message-ID: alpine.DEB.2.02.1305021953270.9292@localhost6.localdomain6
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
pgbench-longopts.patch text/x-diff 9.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2013-05-02 18:25:30 Re: pgbench --startup option
Previous Message Karol Trzcionka 2013-05-02 17:53:46 Re: GSOC13 proposal - extend RETURNING syntax