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

From: Glenn_Wiens(at)via-christi(dot)org
To: pgsql-novice(at)postgresql(dot)org
Subject: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
Date: 2003-09-23 14:05:09
Message-ID: OFF6661040.0C78F7AB-ON86256DAA.004D2315-86256DAA.004D6099@via-christi.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno LEVEQUE 2003-09-23 14:49:11 Re: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?
Previous Message Bruno LEVEQUE 2003-09-23 06:36:58 Re: Referencing multiple primary keys from a single table.