Re: Datatype of a column

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Ishaya Bhatt <ishayabhatt(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Datatype of a column
Date: 2013-11-07 08:50:46
Message-ID: 1383814246.67166.YahooMailNeo@web162901.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Ishaya Bhatt <ishayabhatt(at)gmail(dot)com> wrote:

> Is it possible to identify the datatype of the column of a sort
> query ?

Does the pg_typeof() function do what you want?  If not, could you
give more context?

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rohit Goyal 2013-11-07 10:25:14 Test an indexing Scheme
Previous Message Ishaya Bhatt 2013-11-07 07:15:46 Datatype of a column