Re: php & postgresql data type
От
Tatsuo Ishii
Тема
Re: php & postgresql data type
Дата
Msg-id
20010205110616J.t-ishii@sra.co.jp
Ответ на
php & postgresql data type (Denni)
Список
Дерево обсуждения
php & postgresql data type Denni <sp_pgsql@telkom.net>
Re: php & postgresql data type Tatsuo Ishii <t-ishii@sra.co.jp>
> I'm newbie here, I've a little knowledge about postgresql. > I'm planning to make a project for my school's assignment > about php using PostgreSQL as the database server. > I'm planning to use arrays data type and inheritance in > PostgreSQL. My question is can php3/php support this feature? There is no support for PostgreSQL arrays in PHP. However, it is very easy to write a function to convert PostgreSQL arrays in the query result into PHP arrays. So this should be no problem. I'm not sure about the inheritance part, because I don't know what you want. -- Tatsuo Ishii
В списке pgsql-general по дате отправления