doc typo sql-reindex.html psql vs. postgres

From: Janning Vygen <vygen(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: doc typo sql-reindex.html psql vs. postgres
Date: 2005-10-20 09:36:40
Message-ID: 200510201136.40494.vygen@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2005-10-20 10:10:17 Re: NULL != text ?
Previous Message Андрей 2005-10-20 09:22:41 How to check is the table system