Thread

  1. 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
    
    
    
    
  2. 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