Re: ORDER BY regtype - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ORDER BY regtype
Date
Msg-id 22931.1067236774@sss.pgh.pa.us
Whole thread Raw
In response to ORDER BY regtype  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> 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.

There have been some questions in the past about why we don't support
casting *every* datatype to and from text (using the datatype's input
and output functions if necessary).  I'm on record as not favoring
allowing such conversions to happen implicitly, but I can't see any
good reason not to allow them as explicit casts...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: regression failure with current
Next
From: Kevin Brown
Date:
Subject: Re: Still a few flaws in configure's default CFLAGS selection