From c3d1fdb59891e78df9ffb89b3e8bea780bd90568 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 6 May 2020 19:07:29 -0400 Subject: [PATCH] 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 --- doc/src/sgml/ref/pgbench.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index c9a9f0e0e5..8fe561bbd6 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. - - -