"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > D'oh ... just tested my assumption, it was wrong ... *sigh* okay, back > to the drawing board on the code ...
Can't you just change
>> foreach $company_id ( keys %traffic ) {
to
>> foreach $company_id ( sort keys %traffic ) {
etc.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
