Re: BUG #8394: SQL command REINDEX doesn't work

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: BUG #8394: SQL command REINDEX doesn't work
Дата
Msg-id 5217C244.8000607@gmx.net
обсуждение исходный текст
Ответ на BUG #8394: SQL command REINDEX doesn't work  (yzhang@trinityusa.com)
Ответы Re: BUG #8394: SQL command REINDEX doesn't work  ("Yong Zhang" <yzhang@trinityusa.com>)
Список pgsql-bugs
yzhang@trinityusa.com wrote on 23.08.2013 18:00:
> The following bug has been logged on the website:
>
> Bug reference:      8394
> Logged by:          Yz Primus
> Email address:      yzhang@trinityusa.com
> PostgreSQL version: 9.1.3
> Operating system:   Windows 7 64-bit
> Description:
>
> I always received error when trying to run SQL command REINDEX either from
> pgAdmin III or psql. If I ran REINDEX DATABASE it threw error:
> ERROR:  syntax error at end of input
> LINE 1: REINDEX DATABASE
>
>
> If I ran REINDEX DATABASE mydb it threw error:
> ERROR:  can only reindex the currently open database
>
Quote from the manual:

   Presently, REINDEX DATABASE and REINDEX SYSTEM can only reindex the current database,
   so their parameter must match the current database's name.

So you need to specify the name of the current database even though it's not really needed.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: bashtanov@imap.cc
Дата:
Сообщение: BUG #8395: empty aclitem arrays are considered 1-dimensional
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #8393: "ERROR: failed to locate grouping columns" on grouping by varchar returned from function