Re: expressions operating on arrays - Mailing list pgsql-sql

From Tom Lane
Subject Re: expressions operating on arrays
Date
Msg-id 484.1028901195@sss.pgh.pa.us
Whole thread Raw
In response to Re: expressions operating on arrays  (h012@ied.com)
List pgsql-sql
h012@ied.com writes:
>  w.r.t. modifying the array contents: I looked through 
> /usr/lib/pgsql/contrib/intarray/_int.sql.in , but it didn't make me any 
> smarter. Are the "..._union" and "..._picksplit" functions supposed to add 
> into and remove elements from the arrays ?

No, those are support functions for GIST indexes on intarrays.  They're
not useful to call directly.
        regards, tom lane


pgsql-sql by date:

Previous
From: h012@ied.com
Date:
Subject: Re: expressions operating on arrays
Next
From: Dawn Hollingsworth
Date:
Subject: Re: Table Sorting and Limit Question