diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-05-06 19:07:29 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-05-06 19:07:29 -0400 |
commit | c3d1fdb59891e78df9ffb89b3e8bea780bd90568 (patch) | |
tree | 714453211d99d5ed5e479c75808c09965eebaa05 /doc/src | |
parent | 90be091480d439db6876f6cbebf9ea42ccb79496 (diff) | |
download | postgresql-c3d1fdb59891e78df9ffb89b3e8bea780bd90568.tar.gz postgresql-c3d1fdb59891e78df9ffb89b3e8bea780bd90568.zip |
pgbench: document that the default data loading is client-side
Reported-by: Fabien COELHO
Discussion: https://postgr.es/m/alpine.DEB.2.22.394.2005051811320.2183756@pseudo
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index c9a9f0e0e5f..8fe561bbd61 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -198,6 +198,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d <para> Generate data and load it into the standard tables, replacing any data already present. + The default is to generate data client-side (<literal>g</literal>) + and transmit it over the connection. </para> <para> With <literal>g</literal> (client-side data generation), @@ -218,9 +220,6 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d message when generating data into <structname>pgbench_accounts</structname> table. </para> - <para> - - </para> </listitem> </varlistentry> <varlistentry> |