diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-17 20:24:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-17 20:24:51 +0000 |
commit | e16591038a7cb33ea22938f061528ddea6818bdb (patch) | |
tree | 6013502d4081a1639489017952f6d17e552536f9 /doc/src | |
parent | d04e9137c9fe440a0149738dd717b4fb8c63a60a (diff) | |
download | postgresql-e16591038a7cb33ea22938f061528ddea6818bdb.tar.gz postgresql-e16591038a7cb33ea22938f061528ddea6818bdb.zip |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_resetxlog.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_resetxlog.sgml b/doc/src/sgml/ref/pg_resetxlog.sgml index ae3f97f1779..5feaf65af6f 100644 --- a/doc/src/sgml/ref/pg_resetxlog.sgml +++ b/doc/src/sgml/ref/pg_resetxlog.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_resetxlog.sgml,v 1.3 2002/08/17 05:07:18 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_resetxlog.sgml,v 1.4 2002/08/17 20:24:51 tgl Exp $ PostgreSQL documentation --> @@ -73,7 +73,7 @@ PostgreSQL documentation <para> The <literal>-x</> and <literal>-l</> switches are intended for use by - <application>pg_upgrade</>. In most case they should not be used in + <application>pg_upgrade</>. In most cases they should not be used in manual recovery operations. </para> </refsect1> |