Re: PHP and Postgres arrays

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PHP and Postgres arrays
Date: 2008-01-18 22:10:59
Message-ID: 20080118231059.7842b847@webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 18 Jan 2008 23:01:09 +0100
Yannick Warnier <ywarnier(at)beeznest(dot)org> wrote:

> Hello,

> I've been searching (not very thoroughly, but still) for a way to
> get Postgres arrays right into PHP arrays, but it seems that the
> Postgres driver simply doesn't allow that.

What about using a stored procedure to return the array as a joined
row?

--
Ivan Sergio Borgonovo
http://www.webthatworks.it

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yannick Warnier 2008-01-18 22:29:17 Re: PHP and Postgres arrays
Previous Message Yannick Warnier 2008-01-18 22:01:09 PHP and Postgres arrays