Re: type of a field

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: ameen eetemadi <ameen78101(at)yahoo(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: type of a field
Date: 2002-05-02 14:59:56
Message-ID: B8F6B08C.DF11%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

on 5/2/02 3:48 AM, ameen78101(at)yahoo(dot)com purportedly said:

> Hello
> I want to know the type of a field in a table
> how can I khow it ?

There are different ways. You can use pg_field_type(), or a Postgres
function. It's all in the docs. RTFM.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

In response to

Browse pgsql-php by date

  From Date Subject
Next Message P. Jourdan 2002-05-02 15:24:24 column insert
Previous Message Surojit Niyogi 2002-05-02 14:52:19 Re: Do yo know any function that...