Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?

From: Bruno LEVEQUE <bruno(dot)leveque(at)net6d(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
Date: 2003-09-23 14:49:11
Message-ID: bkpmgp$orm$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Yes, you have with a syntax like :

Raise debug ''whatever you want % '', aVariable;

You must find more help in the manual.

Bruno

Glenn_Wiens(at)via-christi(dot)org wrote:

>I am somewhat new to PostgreSQL's procedure language, and I have not been
>able to find a way to do ad-hoc outputs to the console from plpgsql
>functions -- mostly for debugging purposes. Oracle has the DBMS_OUTPUT
>package which included the PUT_LINE() function. Is there something like
>this in plpgsql?
>
>Thanks.
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
>

--
Bruno LEVEQUE
System Engineer
SARL NET6D
bruno(dot)leveque(at)net6d(dot)com
http://www.net6d.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joe Conway 2003-09-23 15:11:53 Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
Previous Message Glenn_Wiens 2003-09-23 14:05:09 Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?