Alvaro Herrera <alvhe...@commandprompt.com> writes: > Nikhil Sontakke escribió: >>> As triggers are executed in order of their names, we've prefixed the >>> trigger names with "zz". This should work fine as long as no-one uses >>> trigger-name which starts with "zz".
>> this seems a lot fragile... > We already have system triggers -- the FK triggers. I don't think we've > had all that much trouble with them. In the case of the FK triggers, it's intentional (and maybe even documented) that users should be able to place their own triggers before or after the FK triggers. Is there a good reason why partitioning triggers should be different? If there is, maybe the feature shouldn't be implemented via triggers in the first place. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers