Re: Reconstructing FKs in pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reconstructing FKs in pg_dump
Дата
Msg-id 11480.1033075252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Reconstructing FKs in pg_dump  (Rod Taylor <rbt@rbt.ca>)
Ответы Re: Reconstructing FKs in pg_dump  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> However, if they're coming from 7.0 or earlier would it be appropriate
> to have them bounce through 7.2 / 7.1 first?

Won't help.  7.2 will dump 'em out without a FROM clause, just like they
were loaded.

> Is this the only problem that 7.0 people are going to experience (server
> side, SQL changes are abundant)?

You're missing the point.  Welche was upgrading *from 7.2*.  But his
trigger definitions had a dump/reload history going back to 7.0.
        regards, tom lane


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Reconstructing FKs in pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Reconstructing FKs in pg_dump