Richard Broersma Jr <rabroersma(at)yahoo(dot)com> writes: > I understand that it is possible for tables from different databases that have the exact same data > but different Encoding can sort rows in differet orders. > Could this allow affect the order that triggers and rules are fired? AFAIK, no --- those names are sorted according to strcmp() regardless of locale. regards, tom lane