New array functions

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: New array functions
Date: 2003-08-28 17:13:09
Message-ID: 877k4xln8a.fsf@stark.dyndns.tv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


So where are the new array functions and syntaces documented?

Specifically I want to know how to replace my int_array_aggregate(int) and
int_array_enum(_int) calls. And how to replace my "arr *= n" calls too.

I think these are supposed be "ALL my_array" and "n = ANY myarray" or
something like that?

--
greg

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-08-28 17:29:49 Re: bug with constraint dependencies? or bug with
Previous Message ohp 2003-08-28 16:57:02 Re: Index creation takes for ever

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2003-08-28 18:15:05 Re: New array functions
Previous Message ohp 2003-08-28 16:57:02 Re: Index creation takes for ever