Re: Output from PLPGSQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Output from PLPGSQL
Дата
Msg-id 200309032003.24353.dev@archonet.com
обсуждение исходный текст
Ответ на Output from PLPGSQL  ("Amin Schoeib" <aschoeib@4tek.de>)
Ответы Re: Output from PLPGSQL  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
On Wednesday 03 September 2003 12:19, 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

RAISE NOTICE ''My counter is % with total %'',i,run_tot;

Double-quoted string as usual in plpgsql - won't handle expressions for the
string part.

--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: is it possible to do this? have a subselect that returns two columns
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: French translation