From: | ameen eetemadi <ameen78101(at)yahoo(dot)com> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Subject: | postgres array type |
Date: | 2002-03-17 13:32:26 |
Message-ID: | 20020317133226.51932.qmail@web12601.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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/
From | Date | Subject | |
---|---|---|---|
Next Message | Thorsten Haude | 2002-03-17 14:53:16 | Re: create database, user |
Previous Message | Frank Joerdens | 2002-03-16 23:24:33 | pg_errormessage within a transaction block (doesn't work as expected) |