Thread
-
char* to Datum conversion
Alex Guryanow <gav@nlr.ru> — 2000-09-19T07:30:32Z
Hi, How can I convert char* to Datum to pass a string to the SPI_modifytuple function? regards, Alex
-
Re: [HACKERS] char* to Datum conversion
Karel Zak <zakkr@zf.jcu.cz> — 2000-09-19T08:11:56Z
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