BUG #3926: Typo in documentation

Started by Andreasabout 18 years ago2 messagesbugs
Jump to latest
#1Andreas
postgres@elbrief.de

The following bug has been logged online:

Bug reference: 3926
Logged by: Andreas
Email address: postgres@elbrief.de
PostgreSQL version: 8.3
Operating system: All
Description: Typo in documentation
Details:

There is a typo in http://www.postgresql.org/docs/8.3/static/sql-vacuum.html
at the description of Parameters VERBOSE. There is double max_fsm_pages.
Correct is, i think, max_fsm_pages, max_fsm_relations.

Andreas

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andreas (#1)
Re: BUG #3926: Typo in documentation

"Andreas" <postgres@elbrief.de> writes:

There is a typo in http://www.postgresql.org/docs/8.3/static/sql-vacuum.html
at the description of Parameters VERBOSE. There is double max_fsm_pages.
Correct is, i think, max_fsm_pages, max_fsm_relations.

Yeah, I think you're right. Fixed in HEAD --- thanks for catching it!

regards, tom lane