doc typo sql-reindex.html psql vs. postgres - Mailing list pgsql-general

From Janning Vygen
Subject doc typo sql-reindex.html psql vs. postgres
Date
Msg-id 200510201136.40494.vygen@gmx.de
Whole thread Raw
Responses Re: doc typo sql-reindex.html psql vs. postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
At

     http://www.postgresql.org/docs/8.0/static/sql-reindex.html

it says:

     Rebuild all system indexes in a particular database,
     without trusting them to be valid already:

     $ export PGOPTIONS="-P"
     $ psql broken_db

It should be:

     Rebuild all system indexes in a particular database,
     without trusting them to be valid already:

     $ export PGOPTIONS="-P"
     $ postgres broken_db
       ^^^^^^^^
,shouldn't it?

kind regards,
janning

pgsql-general by date:

Previous
From: Андрей
Date:
Subject: How to check is the table system
Next
From: Alban Hertroys
Date:
Subject: Re: NULL != text ?