Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating new data types - help required

Status
Not open for further replies.

msaravan

Programmer
Jul 22, 2004
2
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top