Re: Report Generator Proposal

From: "Mendola Gaetano" <mendola(at)bigfoot(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Cc: "Mauricio de Castro" <mcastro(at)solis(dot)coop(dot)br>
Subject: Re: Report Generator Proposal
Date: 2003-09-16 16:49:12
Message-ID: 02fb01c37c72$75952350$152aa8c0@GMENDOLA2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Mauricio de Castro" <mcastro(at)solis(dot)coop(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John Allgood 2003-09-16 18:15:59 File Sytems Types and Os Recomendations
Previous Message scott.marlowe 2003-09-16 16:04:27 Re: Inserting 26 million rows takes 8 hours, how to