Re: Constraints & pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Constraints & pg_dump
Дата
Msg-id 25947.1079543015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Constraints & pg_dump  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Constraints & pg_dump  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> What about table-level check constraints?   Seems like one of those should be
> able to be used to check a vertical assertion within a table.  Or do we need 
> SQL ASSERTION for this?

Seems like it would be smart to maintain a syntactic distinction between
row-local checks and global checks, so I'd be inclined to insist on
using ASSERTION.  I am not sure what the SQL spec has to say about this
though --- they probably have some obscure phraseology that bears on the
question.

AFAIR, whether a constraint is syntactically attached to a column or is
"loose" in the table definition is not supposed to have any semantic
consequences, but I might be wrong about that too.
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Constraints & pg_dump
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Index creation takes for ever