Donald Fraser wrote:
Do you think in a later version you can show non-system constraint
triggers that have been created by the user via:
CREATE CONSTRAINT TRIGGER ?
Definitively not. Creating constraint triggers directly is horribly
outdated (pre-7.3), and still available for backwards compatibility
only. Use contrib/adddepend to fix your database.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match