postgres array type

Поиск
Список
Период
Сортировка
От ameen eetemadi
Тема postgres array type
Дата
Msg-id 20020317133226.51932.qmail@web12601.mail.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: pg_errormessage within a transaction block (doesn't work as expected)
Следующее
От: Frank Finner
Дата:
Сообщение: Re: backup postgres database