Re: order by, for custom types - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: order by, for custom types
Date
Msg-id 20051122153930.GE12548@svana.org
Whole thread Raw
In response to Re: order by, for custom types  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Responses Re: order by, for custom types  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
List pgsql-hackers
On Tue, Nov 22, 2005 at 04:24:21PM +0100, Grzegorz Jaskiewicz wrote:
> >Translation: you do know how to define a sortable order (ie, generate
> >the text version and compare); you're just too lazy to create the
> >operators to do it ...
> We do have WORKING < , > , etc operators, and ::text cast already.
> Thing is, can I have btree and gist indexes at the same time ?

Sure, did you look at the ltree example someone pointed you to?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Practical error logging for very large COPY
Next
From: Tom Lane
Date:
Subject: Re: Practical error logging for very large COPY