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

From Jean-Luc Lachance
Subject Re: How to create crude report with psql and/or plpgsql
Date
Msg-id 3C978F1B.E50787D9@nsd.ca
Whole thread Raw
In response to Re: How to create crude report with psql and/or plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: How to create crude report with psql and/or plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
Hello Bruce,

How about simply PRINT; maybe something like a printf.

Just as long as there will be no prefix like 'INFO:' or 'NOTICE:'

JLL

Bruce Momjian wrote:
>
> 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.
>

pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to create crude report with psql and/or plpgsql
Next
From: Bruce Momjian
Date:
Subject: Re: How to create crude report with psql and/or plpgsql