Returning text from stored procedures??

Поиск
Список
Период
Сортировка
От Steffen Nielsen
Тема Returning text from stored procedures??
Дата
Msg-id 1019655884.3cc6b6cc302d0@www.cs.auc.dk
обсуждение исходный текст
Ответы Re: Returning text from stored procedures??  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: mlw
Дата:
Сообщение: Re: Index Scans become Seq Scans after VACUUM ANALYSE
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: "make report"