Re: Report Generator Proposal

Поиск
Список
Период
Сортировка
От Mendola Gaetano
Тема Re: Report Generator Proposal
Дата
Msg-id 02fb01c37c72$75952350$152aa8c0@GMENDOLA2
обсуждение исходный текст
Ответ на Re: Report Generator Proposal  (kaolin fire <cognosco@tentacle.net>)
Список pgsql-admin
"Mauricio de Castro" <mcastro@solis.coop.br> wrote:
> Report Generator in PHP-GTK that work with Pear-db. It's very easy for
> users...

I was thinking to generate the report with the psql, not with an external
program, somethink like this:

Welcome to psql 7.X, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

test=# BEGIN REPORT TO my_report_file;
BEGIN REPORT;
test=# select * from ........
[SNIPPED RESULT]
test=# END REPORT;
END REPORT;


Regards
Gaetano Mendola

В списке pgsql-admin по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Inserting 26 million rows takes 8 hours, how to
Следующее
От: "John Allgood"
Дата:
Сообщение: File Sytems Types and Os Recomendations