Re: Best way to construct Datum out of a string?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: weissig(at)rbg(dot)informatik(dot)tu-darmstadt(dot)de
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Best way to construct Datum out of a string?
Date: 2011-04-27 14:17:48
Message-ID: 4DB8258C.6000303@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/27/2011 10:06 AM, Yves Weißig wrote:
> Hi,
>
> sadly, so far my search in the source code wasn't very successfull on
> this topic.
> So, how can I construct a Datum out of a string?

CStringGetDatum()

The code is replete with examples,

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-04-27 14:19:00 Re: fixing INT64_FORMAT warnings on Mingw
Previous Message Heikki Linnakangas 2011-04-27 14:11:55 Re: Best way to construct Datum out of a string?