Re: pg_dump problems in upgrading

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: pg_dump problems in upgrading
Дата
Msg-id 5.1.0.14.0.20020912095110.06552598@mail.rhyme.com.au
обсуждение исходный текст
Ответ на pg_dump problems in upgrading  (Oliver Elphick <olly@lfix.co.uk>)
Ответы Re: pg_dump problems in upgrading  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-hackers
At 12:31 PM 9/09/2002 +0100, Oliver Elphick wrote:
>3. A view is being created before one of the tables it refers to.
>Should not views be created only at the very end?

This would be trivial (and we already put several items at the end), but I 
am not sure it would fix the problem since views can also be on other 
views. I presume the bad ordering happened as a result of a drop/create on 
a table? Or is there some other cause?



----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                 |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re:
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Schemas not available for pl/pgsql %TYPE....