HI all.Is there a way to CREATE a DOMAIN in v8.3 with a CHECK() predicate to ensurethe value is in a dictionary table?Of course, I already know the trivial and ugly solution with a (PL/Pg)SQLlookup function.
Thanks.