Re: php & postgresql data type

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: sp_pgsql(at)telkom(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: php & postgresql data type
Date: 2001-02-05 02:06:16
Message-ID: 20010205110616J.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2001-02-05 02:25:13 Re: Installing Postgresql 7 on either RaQ3i or RaQ2
Previous Message J.Goodleaf 2001-02-05 00:48:45 Solaris 8 compilation errors