Add new pgbench switch, --unlogged-tables.

Robert Haas <rhaas@postgresql.org>

Commit: 2d6fee09eba8474d9a69c08bf716f3e2d31e5fdf
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-07-25T10:55:12Z
Releases: 9.2.0
Add new pgbench switch, --unlogged-tables.

This entails adjusting pgbench to use getopt_long() rather
than getopt().

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +37 −14
doc/src/sgml/pgbench.sgml modified +9 −0