pgbench --unlogged-tables

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgbench --unlogged-tables
Date: 2011-07-22 20:40:37
Message-ID: CA+TgmoZJqPcnGFDoWasz0EdnB=7d6wawvDLCoTzSmT9F1TZteQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I know I'm not the only one to hack up pgbench to create unlogged
tables, so I thought maybe it would be useful to have an option to do
that.

I wasn't excited about picking a single letter option name, so I
modified pgbench to use getopt_long. Patch attached.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
pgbench-unlogged.patch application/octet-stream 4.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-07-22 21:01:20 Re: WIP fix proposal for bug #6123
Previous Message Alvaro Herrera 2011-07-22 20:39:03 Re: cataloguing NOT NULL constraints