Skip Menu |

This queue is for tickets about the Postgres-Handler CPAN distribution.

Report information
The Basics
Id: 13198
Status: open
Worked: 5 min
Priority: 0/
Queue: Postgres-Handler

People
Owner: info [...] cybersprocket.com
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: clearer docs: compare with DBD::Pg
The module description says: "Accessors for PostgreSQL data. Simplifies data access through a series of standard class methods." That could just as well describe DBD::Pg. Describing how your module is different, perhaps in a SEE ALSO section, would be useful. Also, the word "standard" here seems out of place, Since several of your methods have fairly unique seeming names, like "PrepLEX". Also, much of the documentation is rendered as pre-formatted text blocks because it is intended. Having text paragraphs flush left would standarize that. It does look like this does something a bit different than DBD::Pg and am interested to read more about what those differences are.
From: mark [...] summersault.com
I meant to file this as a "wishlist" item.
Thanks for the feedback. We'll do some doc updates before the next release. SW Geek != Doc Guru For the record, Postgres::Handler is a superset of DBD::Pg as it is built using the core functions available in DBD::Pg. Postgres::Handler supplies functions that combine frequent DBD::Pg steps into a single method call. The module also creates the framework necessary to manage multiple connections to multiple databases via a more user friendly syntax. More examples in the next release may be warranted to show the flexibility and power of Postgres::Handler. [guest - Fri Jun 10 17:58:54 2005]: Show quoted text
> The module description says: > > "Accessors for PostgreSQL data. Simplifies data access through a > series of standard class methods." >