Re: [SQL] How to create crude report with psql and/or plpgsql
Bruce Momjian <pgman@candle.pha.pa.us>
From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Jean-Luc Lachance <jllachan@nsd.ca>
Cc: "Andrew G. Hammond" <drew@xyzzy.dhs.org>, pgsql-sql@postgresql.org, pgsql-general@postgresql.org
Date: 2002-03-19T18:56:50Z
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@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