Re: How to create crude report with psql and/or plpgsql - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: How to create crude report with psql and/or plpgsql
Date
Msg-id 200203191856.g2JIuod19764@candle.pha.pa.us
Whole thread Raw
In response to Re: How to create crude report with psql and/or plpgsql  (Jean-Luc Lachance <jllachan@nsd.ca>)
List 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 by date:

Previous
From: Kelly Burkhart
Date:
Subject: Re: optimizer tuning/forcing correct index use
Next
From: Jean-Luc Lachance
Date:
Subject: Re: How to create crude report with psql and/or plpgsql