Fix typo in admin guide
authorSteve Singer <steve@ssinger.info>
Mon, 9 May 2022 11:52:48 +0000 (07:52 -0400)
committerSteve Singer <steve@ssinger.info>
Sat, 29 Oct 2022 17:13:19 +0000 (13:13 -0400)
Patch by Pierre FICHET<pierre.fichet@aplanet.org>

doc/adminguide/firstdb.sgml

index 1560318f4343bad77eb0f726d86ec4fa1a13fff1..d2c0540312d7f5391b01455420cf9ca2f13065ec 100644 (file)
@@ -112,7 +112,7 @@ on this table: </para>
 
 <programlisting>
 psql -U $PGBENCHUSER -h $MASTERHOST -d $MASTERDBNAME -c "begin; alter table
-pgbench_history add column id serial; update history set id =
+pgbench_history add column id serial; update pgbench_history set id =
 nextval('pgbench_history_id_seq'); alter table pgbench_history add primary key(id);
 commit;"
 </programlisting>