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

From Ross J. Reedstrom
Subject Re: How to create crude report with psql and/or plpgsql
Date
Msg-id 20020319221214.GA1363@rice.edu
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
On Tue, Mar 19, 2002 at 02:42:52PM -0500, Jean-Luc Lachance wrote:
> Well, count my vote.
> Any body else who see the usefullness of a PRINT statement?

what's wrong with:

$ psql -t -c "select 'Hello World!'" template1
Hello World!

$ 

> Bruce Momjian wrote:
> > 
> > Jean-Luc Lachance wrote:
> > > Hello Bruce,
> > >
> > > How about simply PRINT; maybe something like a printf.
> > >
> > > Just as long as there will be no prefix like 'INFO:' or 'NOTICE:'
> > 
> > Indeed, there will be a prefix if INFO: or NOTICE:.  No one has asked
> > for those to be removed before.


pgsql-sql by date:

Previous
From: Roberto Mello
Date:
Subject: Re: How to create crude report with psql and/or plpgsql
Next
From: Peter Eisentraut
Date:
Subject: Re: How to create crude report with psql and/or plpgsql