char* to Datum conversion

Started by Alex Guryanowover 25 years ago2 messages
#1Alex Guryanow
gav@nlr.ru

Hi,

How can I convert char* to Datum to pass a string to the SPI_modifytuple function?

regards,
Alex

#2Karel Zak
zakkr@zf.jcu.cz
In reply to: Alex Guryanow (#1)
Re: [HACKERS] char* to Datum conversion

On Tue, 19 Sep 2000, Alex Guryanow wrote:

Hi,

How can I convert char* to Datum to pass a string to the SPI_modifytuple function?

A little explore src/include/utils/atd/builtins.h...
(charin(), textin() ...etc.)

Karel