summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgbench.sgml19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml
index 61d159e6d8d..02f9afee890 100644
--- a/doc/src/sgml/pgbench.sgml
+++ b/doc/src/sgml/pgbench.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbench.sgml,v 1.5 2007/12/11 02:31:49 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbench.sgml,v 1.6 2008/03/19 03:33:21 ishii Exp $ -->
<sect1 id="pgbench">
<title>pgbench</title>
@@ -174,6 +174,23 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
</entry>
</row>
<row>
+ <entry><literal>-M</literal> <replaceable>querymode</></entry>
+ <entry>
+ Choose the query mode from the follows. default is simple.
+ <itemizedlist>
+ <listitem>
+ <para>simple: using simple query protocol.</para>
+ </listitem>
+ <listitem>
+ <para>extended: using extended protocol.</para>
+ </listitem>
+ <listitem>
+ <para>prepared: using extended protocol with prepared statements.</para>
+ </listitem>
+ </itemizedlist>
+ </entry>
+ </row>
+ <row>
<entry><literal>-N</literal></entry>
<entry>
Do not update <structname>tellers</> and <structname>branches</>.