returning an array as a list fo single-column rows?

From: Louis-David Mitterrand <vindex+lists-pgsql-sql(at)apartia(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: returning an array as a list fo single-column rows?
Date: 2007-12-23 20:55:57
Message-ID: 20071223205557.GA14403@apartia.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

is there a way to return a Pg array as a list of single-column row
values?

I am trying to circumvent DBI's lack of support for native database
arrays and return the list of values from an ENUM as a perl array.

Thanks,

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2007-12-23 21:19:26 Re: returning an array as a list fo single-column rows?
Previous Message Louis-David Mitterrand 2007-12-23 16:37:45 Re: passing a multiple join to a function?