Re: Datatype of a column

From: Ishaya Bhatt <ishayabhatt(at)gmail(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Datatype of a column
Date: 2013-11-09 14:53:49
Message-ID: CA+E1M32rpuZ99AzG9PxvMsYuoFLkBMn=jeCKUZPzesAv2WMSvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Is there any way of calling the PSQLexec() and PQftype() methods from the
backend?

On Thu, Nov 7, 2013 at 2:20 PM, Kevin Grittner <kgrittn(at)ymail(dot)com> wrote:

> 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
>
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Claudio Poli 2013-11-13 08:50:15 How to alias attributes in an ARRAY_AGG expression
Previous Message Payal Singh 2013-11-07 16:09:40 Re: Test an indexing Scheme