Re: Report Generator Proposal - Mailing list pgsql-admin

From Mendola Gaetano
Subject Re: Report Generator Proposal
Date
Msg-id 02fb01c37c72$75952350$152aa8c0@GMENDOLA2
Whole thread Raw
In response to Re: Report Generator Proposal  (kaolin fire <cognosco@tentacle.net>)
List 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 by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Inserting 26 million rows takes 8 hours, how to
Next
From: "John Allgood"
Date:
Subject: File Sytems Types and Os Recomendations