Neil Conway <[EMAIL PROTECTED]> writes: > Why I think the patch is a good idea: 900 line functions are almost > universally bad (in fact, I'd be tempted to remove the "almost").
[ shrug... ] 900 line functions that consist of absolutely independent case arms are not any harder to read than the alternative. I won't stand in the way of you doing this, but I think you could find more profitable uses for your time. 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