From ff94675fda38a0847b893a29dce8c3068a74e118 Mon Sep 17 00:00:00 2001 From: David Zhang Date: Fri, 15 Jan 2021 11:40:30 -0800 Subject: [PATCH] update tablespace to keep document consistency --- doc/src/sgml/ref/pgbench.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index faa7c26b0a..080c25731d 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -325,10 +325,10 @@ pgbench options d - + - Create indexes in the specified tablespace, rather than the default + Create indexes in the specified TABLESPACE, rather than the default tablespace. @@ -360,10 +360,10 @@ pgbench options d - + - Create tables in the specified tablespace, rather than the default + Create tables in the specified TABLESPACE, rather than the default tablespace. -- 2.17.1