Re: obtaining ARRAY position for a given match

From: Scott Bailey <artacus(at)comcast(dot)net>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Postgresql Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: obtaining ARRAY position for a given match
Date: 2009-11-19 17:52:47
Message-ID: 4B0585EF.1060307@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> this was actually a pretty typical solution to dealing with arrays
> until we got 'unnest()'. See information_schema._pg_expand_array for
> example.

Oh I know. I was just having a laugh at the array_lover function. Now
that I think about it, we could replace array_agg() with array_orgy()
and unnest() with oh_crap_her_husband_is_home()... I'll probably get in
trouble for that.

Scott

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raimon Fernandez 2009-11-19 18:01:53 Re: Encoding using the Frontend/Backend Protocol TCP/IP
Previous Message Sam Mason 2009-11-19 17:50:49 Re: obtaining ARRAY position for a given match