Re: BUG #5867: wish: plpgsql print table for debug - Mailing list pgsql-bugs

From Richard Neill
Subject Re: BUG #5867: wish: plpgsql print table for debug
Date
Msg-id 4D6FDFED.3070605@richardneill.org
Whole thread Raw
In response to Re: BUG #5867: wish: plpgsql print table for debug  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: BUG #5867: wish: plpgsql print table for debug  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: BUG #5867: wish: plpgsql print table for debug  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-bugs
> Sure it does.  You can pass the tuple to RAISE NOTICE easily enough.
> It won't have all the same bells and whistles psql would supply, but
> it prints out well enough for debugging.  Or at least it's never
> bothered me.

Sorry if I'm being dense, but I can't see how you can pass a tuple; I
think raise-notice only lets you pass individual strings/integers. But I
don't think we can pass all of them without specifying in advance how
many there are....

pgsql-bugs by date:

Previous
From: Richard Neill
Date:
Subject: Re: BUG #5867: wish: plpgsql print table for debug
Next
From: Richard Neill
Date:
Subject: Re: BUG #5867: wish: plpgsql print table for debug