From: | esr(at)thyrsus(dot)com |
---|---|
To: | pgsql-docs(at)postgresql(dot)org |
Subject: | problems in vacuumdb.1 |
Date: | 2007-01-02 00:06:03 |
Message-ID: | 200701020006.l02063Q4028240@snark.thyrsus.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
This is automatically generated email about problems in a man page for which
you appear to be responsible. If you are not the right person or list, tell
me and I will attempt to correct my database.
See http://catb.org/~esr/doclifter/problems.html for details on how and
why these patches were generated. Feel free to email me with any questions.
Note: These patches do not change the mod date of any manual page. You
may wish to do that by hand.
Problems with vacuumdb.1:
1. Broken command synopsis syntax. This may mean you're using a
construction in the command synopsis other than the standard
[ ] | { }, or it may mean you have running text in the command synopsis
section (the latter is not technically an error, but it's impossible
to translate into DocBook markup).
--- vacuumdb.1-orig 2005-02-01 22:55:15.125223816 -0500
+++ vacuumdb.1 2005-02-01 23:11:28.402263216 -0500
@@ -6,7 +6,7 @@
.SH SYNOPSIS
.sp
\fBvacuumdb\fR [ \fB\fIconnection-option\fB\fR\fI...\fR ] [ \fB [ --full ] [ -f ] \fR ] [ \fB [ --verbose ] [ -v ] \fR ] [ \fB [ --analyze ] [ -z ] \fR ] [ \fB--table | -t \fItable\fB
- [ ( \fIcolumn\fB [,...] ) ]
+ [ \fIcolumnspec\fB ]
\fR ] [ \fB\fIdbname\fB\fR ]
\fBvacuumdb\fR [ \fB\fIconnection-options\fB\fR\fI...\fR ] [ \fB [ --all ] [ -a ] \fR ] [ \fB [ --full ] [ -f ] \fR ] [ \fB [ --verbose ] [ -v ] \fR ] [ \fB [ --analyze ] [ -z ] \fR ]
-----------------------------
--
Eric S. Raymond
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2007-01-08 08:41:08 | Re: problems in vacuumdb.1 |
Previous Message | Tom Lane | 2006-12-23 16:06:15 | Re: DateStyle config variable |