pg_restore vs. indexes

Поиск
Список
Период
Сортировка
От daq
Тема pg_restore vs. indexes
Дата
Msg-id 5113253322.20020724135020@ugyvitelszolgaltato.hu
обсуждение исходный текст
Список pgsql-sql
Hi all!

I try dump and restore my database, but i got some trouble with
indexes.

I dumped my database with pg_dump:
pg_dump --format c --file=/home/postgres/bydump byenet

After this i try to restore the db:
pg_restore -c -d byprb /home/postgres/bydump
pg_restore: [archiver (db)] could not execute query: ERROR:  index
"fhelyhist_fhszam_ind" does not exist

If i drop the index before the pg_dump, then the same hapens with
another index.

What i do wrong?

DAQ

Ps.: The TOC of the dump is atached.
Вложения

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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: pg_dump and sequences
Следующее
От: Elielson Fontanezi
Дата:
Сообщение: RES: Queries not using Index