Forum OpenACS Q&A: Response to PostgreSQL nested loops processing

Collapse
Posted by Lachlan Myers on
I think specifying the CROSS JOIN instead of the comma in the "FROM" will over-ride the optimiser.
SELECT 
...
FROM radacct a CROSS JOIN carriernetworks n 
...