projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b4dc7d
)
Fix typo in admin guide
author
Steve Singer
<steve@ssinger.info>
Mon, 9 May 2022 11:52:48 +0000
(07:52 -0400)
committer
Steve 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/adminguide/firstdb.sgml
b/doc/adminguide/firstdb.sgml
index 1560318f4343bad77eb0f726d86ec4fa1a13fff1..d2c0540312d7f5391b01455420cf9ca2f13065ec 100644
(file)
--- a/
doc/adminguide/firstdb.sgml
+++ b/
doc/adminguide/firstdb.sgml
@@
-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>