Convert raw fields into Datum

From: sri harsha <sriharsha9992(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Convert raw fields into Datum
Date: 2014-10-08 12:22:25
Message-ID: CAP6OGLG1nMwuzz6w=HK=8cDM_AqPEf9i_yN+Xbx6VH3fwyGMsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have the raw fields of a particular row in char * . Now my requirement
is to convert these value into datum * . How should i go about this ? Does
converting into datum depends on the type of the field too ?

-- Harsha

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-10-08 13:19:18 Re: psql connection issue
Previous Message Andrus 2014-10-08 11:49:01 Re: Converting char to varchar automatically