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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: "Andrew G(dot) Hammond" <drew(at)xyzzy(dot)dhs(dot)org>, pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [SQL] How to create crude report with psql and/or plpgsql
Date: 2002-03-19 18:56:50
Message-ID: 200203191856.g2JIuod19764@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-03-19 19:18:14 Re: [SQL] How to create crude report with psql and/or plpgsql
Previous Message Richard Emberson 2002-03-19 18:56:06 PL/pgsql procedure lookup speed

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2002-03-19 19:18:14 Re: [SQL] How to create crude report with psql and/or plpgsql
Previous Message Kelly Burkhart 2002-03-19 18:51:34 Re: optimizer tuning/forcing correct index use