Unix Technical Forum

Report tool for PostgreSQL

This is a discussion on Report tool for PostgreSQL within the pgsql Novice forums, part of the PostgreSQL category; --> I need a report tool for postgres. The ideal tool would have these characteristics: - Reports, once defined, could ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Novice

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 11:11 PM
Lan
 
Posts: n/a
Default Report tool for PostgreSQL

I need a report tool for postgres. The ideal tool would have these
characteristics:

- Reports, once defined, could be put into a Tcl/Tk menu (or any menu)
and called

- Open source (Free software) preferred for oh so many reasons
(including no budget)

- Tcl/Tk preferred but not essential as long as criterion 1 can be
satisfied

- It would be nice if users could define custom reports

I had hoped that the report facility of pgaccess would do this, but
it's alpha and I can't AFAIK call those reports outside of pgaccess.

TIA for any help.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 11:12 PM
Andrej Ricnik-Bay
 
Posts: n/a
Default Re: Report tool for PostgreSQL

On 16 Sep 2006 18:02:25 -0700, Lan <lan@falleagle.net> wrote:

> I had hoped that the report facility of pgaccess would do this, but
> it's alpha and I can't AFAIK call those reports outside of pgaccess.

I've successfully used LaTeX with Oracle, and would assume that
similar things can be done with Postgres. But your specs regarding
the KIND of report, and the expected OUTCOME are meager (well,
actually non-existent :}). You can integrate any command with Tcl,
can't you? So ...


Cheers,
Andrej

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 11:12 PM
barbara figueirido
 
Posts: n/a
Default Re: Report tool for PostgreSQL

Andrej Ricnik-Bay escribió:
>> it's alpha and I can't AFAIK call those reports outside of pgaccess.

> I've successfully used LaTeX with Oracle, and would assume that
> similar things can be done with Postgres.

sorry if this is a foolish question, but would it be possible for you to
give an example? would you generate the report by redirecting queries to
a text file & formatting the file with LaTeX?

Barbara F.
> Cheers,
> Andrej
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 11:12 PM
Christopher Browne
 
Posts: n/a
Default Re: Report tool for PostgreSQL

Oops! "Lan" <lan@falleagle.net> was seen spray-painting on a wall:
> I need a report tool for postgres. The ideal tool would have these
> characteristics:
>
> - Reports, once defined, could be put into a Tcl/Tk menu (or any menu)
> and called
>
> - Open source (Free software) preferred for oh so many reasons
> (including no budget)
>
> - Tcl/Tk preferred but not essential as long as criterion 1 can be
> satisfied
>
> - It would be nice if users could define custom reports
>
> I had hoped that the report facility of pgaccess would do this, but
> it's alpha and I can't AFAIK call those reports outside of pgaccess.


This is, alas, one of the "Holy Grail"-like things where people don't
seem to quite agree on what the best way is.

The nearest thing I'm aware of is JasperReports, which is a Java
thing, findable at SourceForge.

Unfortunately, building a good report writer is a seriously
challenging task. People have generally put together partial answers,
covering limited scopes.

Something really comprehensive is much tougher; here are some of the
challenges that seem typical:

- Visual tools are pretty cool, but they tend to imply "What we allow
you to easily draw is all you can get"

- GUI-ish tools tend to be written with the assumption that you can
always "GUI at" the system; this doesn't fit in well with a need to
run it in production environments where reports can need to get
generated for particular users, and spooled to various possibly
offline destinations.

- It's easy to build tools that work with trivial datasets; it's often
also easy to come up with nontrivial datasets that'll make them blow
up.

I wish I could point to something that "did everything;" the only
example I can think of is SAP's R/3 system, where, as a result of them
spending billions of marks on it, they have something exceeding fancy.
But you need to spend a LOT to get it into place, and it doesn't work
with PostgreSQL...
--
If this was helpful, <http://svcs.affero.net/rm.php?r=cbbrowne> rate me
http://linuxdatabases.info/info/lsf.html
It is considered artful to append many messages on a subject, leaving
only the most inflammatory lines from each, and reply to all in one
swift blow. The choice of lines to support your argument can make or
break your case.
-- from the Symbolics Guidelines for Sending Mail
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-17-2008, 11:12 PM
A. Kretschmer
 
Posts: n/a
Default Re: Report tool for PostgreSQL

am Sat, dem 16.09.2006, um 23:04:35 -0300 mailte barbara figueirido folgendes:
> Andrej Ricnik-Bay escribió:
> >>it's alpha and I can't AFAIK call those reports outside of pgaccess.

> >I've successfully used LaTeX with Oracle, and would assume that
> >similar things can be done with Postgres.

> sorry if this is a foolish question, but would it be possible for you to
> give an example? would you generate the report by redirecting queries to
> a text file & formatting the file with LaTeX?


You can use SQLTeX for this:
http://oveas.com/index.php?Language=...l&set=freeware


Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:55 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com