Re: echo/printf function in plpgsql

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: echo/printf function in plpgsql
Дата
Msg-id DCD52400-C591-4F84-9176-C12EF554DAF2@pgedit.com
обсуждение исходный текст
Ответ на Re: echo/printf function in plpgsql  (Andreas Joseph Krogh <andreak@officenet.no>)
Ответы Re: echo/printf function in plpgsql  (Andreas Joseph Krogh <andreak@officenet.no>)
Список pgsql-sql
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.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL



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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: difference between all RDBMSs
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: echo/printf function in plpgsql