[HACKERS] Returning text from stored procedures??

2002-04-24 Thread Steffen Nielsen
27;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 ---(end of broadcast)--- TIP 5: Have you checked ou

Re: [HACKERS] Generating Huge String?

2002-04-23 Thread Steffen Nielsen
ry if these question seem trivially, I'm a C newbie :-) /Steffen Nielsen Quoting Tom Lane <[EMAIL PROTECTED]>: > Steffen Nielsen <[EMAIL PROTECTED]> writes: > > I have tried using chunks technique when creating huge string for a stored > > > procedure (C

[HACKERS] Generating Huge String?

2002-04-23 Thread Steffen Nielsen
strings in postgres? \Steffen Nielsen ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[HACKERS] Getting Constrint information..??

2002-04-18 Thread Steffen Nielsen
SPI_fname(tupdesc,i), ccbin); elog (NOTICE, "%s", buf); } I have not had any luck :-( I'm a C beginner thou, so maybe i screw up when accessing the structures Any help is appreciated /Steffen Nielsen -