I have a Postgres table with a column called dosage of type numeric. I want to write a trigger to validate that dosage is an integer multiple of 3.75, the allo
dosage