Newbie to postgresql. I download and complied 8.15 on RH 9. I wrote a trigger that records the actions of customer table into a customer history table. INSERT and UPDATE work fine but it's prevents any deletions in the customer table. It records a deletion in the customer
1. I'm trying to use the money data type in a table. Just playing around with this stuff. I have a table with two fields defined, a varchar field for an identifier, and a single money field. Using pgadmin, I am unable to enter any reasonable value in the money field. pgadmin will ...