Re: CStringGetTextDatum and other conversions in server-side code

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: CStringGetTextDatum and other conversions in server-side code
Date: 2016-03-03 00:53:30
Message-ID: 56D78B0A.9040508@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/2/2016 4:20 PM, david(at)andl(dot)org wrote:
> [dmb>] So how would I go about finding a set of useful conversion functions for basic types (real, decimal, time, etc)?

the basic SQL to C mappings are defined by the H files listed here,
http://www.postgresql.org/docs/current/static/xfunc-c.html#XFUNC-C-TYPE-TABLE

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abdul Sayeed 2016-03-03 01:50:57 Re: Export binary data - PostgreSQL 9.2
Previous Message david 2016-03-03 00:20:27 Re: CStringGetTextDatum and other conversions in server-side code