"Claudio Rossi" <[EMAIL PROTECTED]> writes:
> You guessed it right, I was trying to "CStringGetDatum" into a text field, 
> now i solved it with

> values[n] = DirectFunctionCall1(textin, CStringGetDatum(...string...));

If you're working in CVS HEAD there's an easier way --- see
CStringGetTextDatum.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to