Re: Table/Column Constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table/Column Constraints
Дата
Msg-id 241.974783886@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table/Column Constraints  (Don Baccus <dhogaza@pacifier.com>)
Ответы Re: Table/Column Constraints
Список pgsql-hackers
Don Baccus <dhogaza@pacifier.com> writes:
> If this problem is attacked, should one stop at constraints or make certain
> that other elements like views are dumped properly, too?  (or were views
> fixed for 7.1, I admit to a certain amount of "ignoring pgsql-hackers over
> the last few months")

Over the long run, there's a number of areas that need to be attacked
before pg_dump output will fully correspond to what was entered.
"SERIAL" columns are another favorite complaint, for example.
But I suggest that we try to deal with manageable pieces of the
problem ;-)

Views do seem to be dumped as views by current sources.
        regards, tom lane


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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: (download ANSI SQL benchmark?) Re: Postgres article
Следующее
От: Don Baccus
Дата:
Сообщение: Re: Table/Column Constraints