From: Bruce Momjian Date: Wed, 6 May 2020 23:07:29 +0000 (-0400) Subject: pgbench: document that the default data loading is client-side X-Git-Tag: REL_13_BETA1~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3d1fdb59891e78df9ffb89b3e8bea780bd90568;p=thirdparty%2Fpostgresql.git 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 --- 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 options d Generate data and load it into the standard tables, replacing any data already present. + The default is to generate data client-side (g) + and transmit it over the connection. With g (client-side data generation), @@ -218,9 +220,6 @@ pgbench options d message when generating data into pgbench_accounts table. - - -