Re: If there a bug in the psql or just a feature . - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: If there a bug in the psql or just a feature .
Date
Msg-id 1032250614.27082.13.camel@taru.tm.ee
Whole thread Raw
In response to Re: If there a bug in the psql or just a feature .  (Vanmunin Chea <vac@cse.unsw.EDU.AU>)
List pgsql-hackers
On Tue, 2002-09-10 at 17:22, Vanmunin Chea wrote:
> Hey Tom,
>
>     Thanks for the tips, Tom. I have that feeling from the start
> (with the two different implementation) but never actually have a chance
> to confirm with someone.
>
> 1. It there a way to store the dynamic array at all ?
>
>
>     I notice psql has a similar type - Single Dynamic Dimensional
> Array. However there isn't any built in operators(<,<=,==,>,>=) for Array
> to do sorting.
>
> 2. Can I write one up ?

See attachment.

Unfortunately I ran out of time before figuring out how to make btree
index use it ;(

Also, in 7.3 there are a lot more ops for in contrib/intarray than was
in 7.2.

-------------
Hannu


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal for resolving casting issues
Next
From: "Dave Page"
Date:
Subject: Re: PGXLOG variable worthwhile?