Re: Trouble returning a text field from an SRF - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Trouble returning a text field from an SRF
Date
Msg-id 29473.1179176436@sss.pgh.pa.us
Whole thread Raw
In response to Re: Trouble returning a text field from an SRF  ("Rob Tester" <robtester@gmail.com>)
Responses Re: Trouble returning a text field from an SRF  ("Rob Tester" <robtester@gmail.com>)
List pgsql-interfaces
"Rob Tester" <robtester@gmail.com> writes:
> I created my tuple that way and set the Datum using
> DirectFunctionCall1(...), but there still seems to be a limitation at 65535
> chars for the data. When my string is 65535 (or shorter) I get the text
> back. When it is longer I get nothing for the string, but the rest of the
> tuple is intact.

Maybe the problem is on the client side?  There's no visible restriction
in the code you quoted (though I am wondering a bit about what "wktStr"
is, and whether you've computed the required size of textOut correctly).
        regards, tom lane


pgsql-interfaces by date:

Previous
From: "Rob Tester"
Date:
Subject: Re: Trouble returning a text field from an SRF
Next
From: "Rob Tester"
Date:
Subject: Re: Trouble returning a text field from an SRF