Re: BUG #5867: wish: plpgsql print table for debug

From: Richard Neill <rjn(at)richardneill(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Richard Neill <rn214(at)richardneill(dot)org>, Richard Neill <postgresql(at)richardneill(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5867: wish: plpgsql print table for debug
Date: 2011-03-03 18:37:33
Message-ID: 4D6FDFED.3070605@richardneill.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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....

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-03-03 18:45:21 Re: BUG #5867: wish: plpgsql print table for debug
Previous Message Richard Neill 2011-03-03 18:35:56 Re: BUG #5867: wish: plpgsql print table for debug