diff options
author | Alvaro Herrera | 2007-10-06 17:45:49 +0000 |
---|---|---|
committer | Alvaro Herrera | 2007-10-06 17:45:49 +0000 |
commit | f5e2911144a70be4cdd9efceb220b2156350b00c (patch) | |
tree | 7f3d8594992f8eaaf8595c430f12762adc2863ab /doc/src | |
parent | 298c4575200e25d1e1c3447b5400e1a6f91bc500 (diff) |
Fix missing parenthesis, per Guillaume Lelarge.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 3d87eeb329d..a7b740af1a7 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.82 2007/09/24 03:12:23 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.83 2007/10/06 17:45:49 alvherre Exp $ --> <chapter id="maintenance"> <title>Routine Database Maintenance Tasks</title> @@ -60,7 +60,7 @@ <para> <productname>PostgreSQL</productname>'s <command>VACUUM</> (<xref - linkend="sql-vacuum"> command has to run on a regular basis for several + linkend="sql-vacuum">) command has to run on a regular basis for several reasons: <orderedlist> |