Re: Reindex + relation doesnt exist

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Reindex + relation doesnt exist
Дата
Msg-id dcc563d10803101543j4223dc9ckfb417bca7a974b35@mail.gmail.com
обсуждение исходный текст
Ответ на Reindex + relation doesnt exist  (frant101@googlemail.com)
Список pgsql-admin
On Mon, Mar 10, 2008 at 8:49 AM,  <frant101@googlemail.com> wrote:
> I am trying to reindex some indexes through a batch script.  for
>  example
>
>  Database : hermes
>  Schema : sc1
>  Indexes : ind1
>
>  when i use reindexdb with the following switches
>
>   ./reindexdb --index=ind1 hermes
>
>  i get the below error message
>  reindexdb: reindexing of index "ind1" in database "hermes" failed:
>  ERROR:  relation "ind1" does not exist
>
>  when i know that the index does exist, same thing happens if i set up
>  a batch script and call it through psql command using the reindex
>  index ind1;

Is it perhaps in a different schema / search path than the one you're
accessing?  If you append the schema to the name does it work?

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

Предыдущее
От: Grzegorz Dostatni
Дата:
Сообщение: WAL Archiving, warm standby - edge cases questions:
Следующее
От: Kieran McCusker
Дата:
Сообщение: Perform an action on schema drop