diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-07-25 06:49:00 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-07-25 06:55:12 -0400 |
commit | 2d6fee09eba8474d9a69c08bf716f3e2d31e5fdf (patch) | |
tree | fdfb11d5cd7ed56ec45870db5a86218252233340 /doc/src | |
parent | bcf23ba4bf8323f875168c5dbc93265a140753e8 (diff) | |
download | postgresql-2d6fee09eba8474d9a69c08bf716f3e2d31e5fdf.tar.gz postgresql-2d6fee09eba8474d9a69c08bf716f3e2d31e5fdf.zip |
Add new pgbench switch, --unlogged-tables.
This entails adjusting pgbench to use getopt_long() rather
than getopt().
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index e7b78605ecf..c1e5c9c7b6f 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -159,6 +159,15 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> </listitem> </varlistentry> + <varlistentry> + <term><option>--unlogged-tables</option></term> + <listitem> + <para> + Create all tables as unlogged tables, rather than permanent tables. + </para> + </listitem> + </varlistentry> + </variablelist> </para> |