aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-09-28 03:41:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-09-28 03:41:40 +0000
commit63a85082e32a64e2da0f3dde4e4426d016fb749e (patch)
tree675e07983007cb200e081612bf9e57896075616e /doc/src
parentbc0595f27fc4a78f8d617021ae7916201b482af5 (diff)
downloadpostgresql-63a85082e32a64e2da0f3dde4e4426d016fb749e.tar.gz
postgresql-63a85082e32a64e2da0f3dde4e4426d016fb749e.zip
Reverse out last scan.l patch for minus handling.\
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_upgrade.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_upgrade.sgml b/doc/src/sgml/ref/pg_upgrade.sgml
index c2225c24f0a..293a3876386 100644
--- a/doc/src/sgml/ref/pg_upgrade.sgml
+++ b/doc/src/sgml/ref/pg_upgrade.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.6 1999/07/31 22:05:48 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.7 1999/09/28 03:41:35 momjian Exp $
Postgres documentation
-->
@@ -40,7 +40,7 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
is a utility for upgrading from a previous
PostgreSQL release without reloading all the data.
Not all <productname>Postgres</productname> release transitions can be
- handled this way; check the release notes for details on your installation.
+ handled this way. Check the release notes for details on your installation.
</para>
<procedure>
@@ -55,7 +55,7 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
<step performance="required">
<para>
- Do
+ Then do:
<programlisting>
% pg_dumpall -s >db.out
</programlisting>