vote up 0 vote down star

I have a table that I would like to partition, but I don't know how to deal with the uniqueness constraints. Is it possible to create a unique constraint across multiple child tables?

flag

1 Answer

vote up 1 vote down check

No, this is not currently possible. The best you can do is to create a trigger that does the verification manually.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.