doc typo sql-reindex.html psql vs. postgres

Поиск
Список
Период
Сортировка
От Janning Vygen
Тема doc typo sql-reindex.html psql vs. postgres
Дата
Msg-id 200510201136.40494.vygen@gmx.de
обсуждение исходный текст
Ответы Re: doc typo sql-reindex.html psql vs. postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Андрей
Дата:
Сообщение: How to check is the table system
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: NULL != text ?