On Sat, 5 Jan 2008, Roy Smith wrote:
> I can't see any custom extensions to extract check constraints - are there
> any?
>
No, currently there's no way of retrieving this information from the
driver. I'm not sure how beneficial it would be because it's a
relatively simple query and the hard part is actually converting the check
to Java code. What do you do with "CHECK (f(a) = 3)" ?
Kris Jurka