postgres array type - Mailing list pgsql-php

From ameen eetemadi
Subject postgres array type
Date
Msg-id 20020317133226.51932.qmail@web12601.mail.yahoo.com
Whole thread Raw
List pgsql-php
----------------------------------
hello
--------------------
I have a problem with postgres in php .
I want to insert a php array by insert command .
" insert $array into test " ;
I find that it can only be in the string format :
        {{t,f,t},{f,t,f}}
and can not be a php array .
and it don't apply its dimension restrictions .
with select command I can't select a filed that is an
array and must select directly one element of the
array
by specifying its dimansion .


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

pgsql-php by date:

Previous
From: Frank Joerdens
Date:
Subject: pg_errormessage within a transaction block (doesn't work as expected)
Next
From: Frank Finner
Date:
Subject: Re: backup postgres database