Re: array datatype supported by Perl DBI with Postgres DBD ?

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема Re: array datatype supported by Perl DBI with Postgres DBD ?
Дата
Msg-id 482E80323A35A54498B8B70FF2B8798004189587D8@azsmsx504.amr.corp.intel.com
обсуждение исходный текст
Ответ на Re: array datatype supported by Perl DBI with Postgres DBD ?  (Vick Khera <vivek@khera.org>)
Ответы Re: array datatype supported by Perl DBI with Postgres DBD ?  (Michael Andreen <harv@ruin.nu>)
Список pgsql-general
I plan to use text arrays.

I have an old O'Reilly "Programming the Perl DBI" and it doesn't mention supoprt of these things.  I suppose that this
mightbe because some DBs don't support them. But PG does, and I was wondering how it would pass column data which is an
arraywhen using something like fetchall_arrayref().  Is there a doc for this somewhere?  I googled around for a while
anddidn't see anything. 

Thanks
-dave

-----Original Message-----
From: Vick Khera [mailto:vivek@khera.org]
Sent: Thursday, September 10, 2009 12:19 PM
To: Gauthier, Dave
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] array datatype supported by Perl DBI with Postgres DBD ?

On Thu, Sep 10, 2009 at 9:41 AM, Gauthier, Dave <dave.gauthier@intel.com> wrote:
> Does anyone know if the Postgres DBD for the Perl DBI supports the array
> datatype?

I use numeric array columns with DBD::Pg.  What do you define as "support"?

В списке pgsql-general по дате отправления:

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: array datatype supported by Perl DBI with Postgres DBD ?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: "show all" command crashes server