Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE? - Mailing list pgsql-novice

From Glenn_Wiens@via-christi.org
Subject Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
Date
Msg-id OFF6661040.0C78F7AB-ON86256DAA.004D2315-86256DAA.004D6099@via-christi.org
Whole thread Raw
Responses Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
List pgsql-novice
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.



pgsql-novice by date:

Previous
From: Noel
Date:
Subject: Re: Replication
Next
From: Joe Conway
Date:
Subject: Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?