Re: Output from PLPGSQL

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Output from PLPGSQL
Дата
Msg-id Pine.LNX.4.44.0309031348410.22021-100000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответ на Output from PLPGSQL  ("Amin Schoeib" <aschoeib@4tek.de>)
Список 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 по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Output from PLPGSQL
Следующее
От: Varun Kacholia
Дата:
Сообщение: Recursive Selects