pg_dumpall + restore = missing view

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема pg_dumpall + restore = missing view
Дата
Msg-id 200411191220.14538.scrawford@pinpointresearch.com
обсуждение исходный текст
Ответы Re: pg_dumpall + restore = missing view  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
During last night's "maintenance window" (er, unplanned loss of
connectivity due to workers diamond-core-drilling through an OC12 as
part of, I kid you not, installation of a new toilet) I upgraded from
7.4.1 to 7.4.6.

Basic method:
Build 7.4.6
Backup db: pg_dumpall > dumpfile
Install: stop 7.4.1/move datadir/install 7.4.6/copy configs
Start: initdb/start PG
Restore: psql -f dumpfile template1

This appears to have all gone well execpt that one view is missing.
I've restored that view by hand but am curious if this is a PG bug or
failure of the nut behind the wheel.

The view involves the union of many tables and its creation failed
because creation of one of the tables does not take place until later
in the dump file.

Ideas?

Cheers,
Steve


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: altre table and large object deletion
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dumpall + restore = missing view