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

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: How to create crude report with psql and/or plpgsql
Дата
Msg-id 20020319221214.GA1363@rice.edu
обсуждение исходный текст
Ответ на Re: How to create crude report with psql and/or plpgsql  (Jean-Luc Lachance <jllachan@nsd.ca>)
Список 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 по дате отправления:

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Re: How to create crude report with psql and/or plpgsql
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: How to create crude report with psql and/or plpgsql