hello,
I am creating a new data type in postgresql using C similar to the "complex.c" and "complex.sql". in complex.c, there are some functions such as pq_getmsgfloat8 pq_sendfloat8 etc which are used for double datatypes. But my application uses char* .
Do anyone know the appropriate functions for the strings? Any help is greatly appreciated.
Thanks!
Mac.
I am creating a new data type in postgresql using C similar to the "complex.c" and "complex.sql". in complex.c, there are some functions such as pq_getmsgfloat8 pq_sendfloat8 etc which are used for double datatypes. But my application uses char* .
Do anyone know the appropriate functions for the strings? Any help is greatly appreciated.
Thanks!
Mac.