Re: Output from PLPGSQL - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Output from PLPGSQL
Date
Msg-id Pine.LNX.4.44.0309031348410.22021-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to Output from PLPGSQL  ("Amin Schoeib" <aschoeib@4tek.de>)
List pgsql-general
hello

use raise notice ''some message'';
http://www.postgresql.org/docs/7.3/interactive/plpgsql-errors-and-messages.html
try to read documentation for plpgsq (very usefull)
http://www.postgresql.org/docs/7.3/interactive/plpgsql.html
and chapter for converison from Oracle
http://www.postgresql.org/docs/7.3/interactive/plpgsql-porting.html

bye
Pavel


On Wed, 3 Sep 2003, Amin Schoeib wrote:

> Hi,
> How can I make textoutput (for example for tracing the code) in PLPGSQL.
> In Oracle you can do that using dbms.output.put_line
>
> Thanxx
>
> Schoeib
>
> 4Tek Gesellschaft für angewandte Informationstechnologien mbH
> Schoeib Amin
> Tel.  +49 (0) 69 697688-132
> Fax. +49 (0) 69 697688-111
> http://www.4tek.de
>
>


pgsql-general by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: Output from PLPGSQL
Next
From: Varun Kacholia
Date:
Subject: Recursive Selects