>how do i find out what the check constraints are currently?
>how do i change the check constraints?
I am a novice to pgSQL too, so I'm not sure this is the right answer :)
I found that pg_relcheck class contains all the constraint check definitions
of my test database, but I don't know if **all** kind of constraint check
are listed there.