"David Olbersen" <[EMAIL PROTECTED]> writes: > I was minding my business, writing a nice long pl/pgsql function and all was well. I > tried creating the function (using \i <file-with-definition>) and started getting > funny errors.
> I figured out eventually that the problem seems due to line length in a construct > of: FOR result IN <SELECT ...> LOOP Hmm ... plpgsql had some string-length issues as recently as 7.2.2, but I don't know of any problems since then. Could you submit a *complete* test case, rather than making us guess the details? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly