Re: How to create crude report with psql and/or plpgsql

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: How to create crude report with psql and/or plpgsql
Дата
Msg-id 200203191856.g2JIuod19764@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: How to create crude report with psql and/or plpgsql  (Jean-Luc Lachance <jllachan@nsd.ca>)
Список pgsql-sql
Jean-Luc Lachance wrote:
> Hello Andrew,
>
> I do not need HTML, just plain text or maybe PDF.
>
> It would be nice if there was one extra level for RAISE as in:
> RAISE PRINT 'Whatever'
> That would not send the message the log but only to the console.
> One could do alot with that.

7.3 will have that.  It will be RAISE INFO, which goes only to the
client.  RAISE LOG goes only to the server logs.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Kelly Burkhart
Дата:
Сообщение: Re: optimizer tuning/forcing correct index use
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: How to create crude report with psql and/or plpgsql