Re: [HACKERS] ORDER BY regtype

2003-10-26 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Is there _any_ way of sorting by a regproc as it appears, not as its > underlying OID? Can't think of one. If we supported casting regproc to text then I'd expect ordering by the regproc-casted-to-text to do what you want. But we don't. Ther

[HACKERS] ORDER BY regtype

2003-10-26 Thread Christopher Kings-Lynne
Hi guys, Is there _any_ way of sorting by a regproc as it appears, not as its underlying OID? Chris ---(end of broadcast)--- TIP 8: explain analyze is your friend