Re: postgres array quoting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marc(at)softwarehackery(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres array quoting
Date: 2006-08-31 19:24:21
Message-ID: 22937.1157052261@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

marc(at)softwarehackery(dot)com writes:
> * If I could figure a way to pass a variable number of arguments to a
> plperl function, or an array reference, I could use something like this
> function:

Doesn't plperl already contain a feature to convert a Postgres array
into a Perl array? It may be documented poorly or not at all, but I
definitely see code in there for going the other direction, and one
would think that whoever coded it would have catered for both
conversions.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2006-08-31 19:27:07 Re: Query performance inconsistant.
Previous Message Bill Moran 2006-08-31 19:21:33 Re: [pgsql-advocacy] Thought provoking piece on NetBSD