Mathieu De Zutter <[EMAIL PROTECTED]> writes: > Apart from avoiding views or subselects when sorting afterwards and > putting the whole bunch in a huge SQL statement (which i'll have to > produce on-the-fly), do you have an other alternative?
See if you can avoid the subselects in the view's SELECT list. That's what's preventing 7.3 from doing a good job. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])