Skip to content
Snippets Groups Projects
Commit f5e29111 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix missing parenthesis, per Guillaume Lelarge.

parent 298c4575
Branches
Tags
No related merge requests found
<!-- $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"> <chapter id="maintenance">
<title>Routine Database Maintenance Tasks</title> <title>Routine Database Maintenance Tasks</title>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<para> <para>
<productname>PostgreSQL</productname>'s <command>VACUUM</> (<xref <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: reasons:
<orderedlist> <orderedlist>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment