Re: echo/printf function in plpgsql

Поиск
Список
Период
Сортировка
От Andreas Joseph Krogh
Тема Re: echo/printf function in plpgsql
Дата
Msg-id 200507200921.26644.andreak@officenet.no
обсуждение исходный текст
Ответ на Re: echo/printf function in plpgsql  (John DeSoi <desoi@pgedit.com>)
Список pgsql-sql
On Wednesday 20 July 2005 01:39, John DeSoi wrote:
> On Jul 19, 2005, at 11:58 AM, Andreas Joseph Krogh wrote:
> > I see. Can I make the ouput somehow less verbose? It spits out a
> > lot of noise
> > for each "NOTICE":
>
> If you just want to output some information to the log, you can use
> something like this:
>
> raise log 't is %', t;
>
> If I recall correctly, the values to be inserted into the format
> string can only be variables, not expressions.

Thanks!

--
AJK


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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: echo/printf function in plpgsql
Следующее
От: Lindsay
Дата:
Сообщение: ids from grouped rows