Returning text from stored procedures??

From: Steffen Nielsen <styf(at)cs(dot)auc(dot)dk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Returning text from stored procedures??
Date: 2002-04-24 13:44:44
Message-ID: 1019655884.3cc6b6cc302d0@www.cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

I seem to have trouble returning large strings of text from stored procedures
(coded in C), It works fine for smaller data?
And elog prints out the result nicely; but when the result is "returned" it
makes the server disconnect???? I use the standard Datum methods (actually
I've tried any possible way returning the damn text :-( ).

Any Ideas why? Are there restriction on the size of text a stored procedure
can return?

Any help is appreciated :-)

/Steffen Nielsen

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-24 13:55:20 Re: "make report"
Previous Message mlw 2002-04-24 12:28:35 Re: Index Scans become Seq Scans after VACUUM ANALYSE