-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 29-Jul-2002/20:38 -0000, Joe Giles <[EMAIL PROTECTED]> wrote:
>Do they, or another company, have a similer solution that works with MySQL?
>
>Just though Id ask...

Someone probably does, but the database part is really transparent. The
setup scripts create the required databases. You don't need to know much
about PostgreSQL to set it up.

If you want to pull data out interactively, the psql console utility and
the pgaccess GUI utility are both easy to use, assuming you know some SQL.
The Pg.pm module for perl only takes a little time to learn to use if you
need complex reports. For basic reports, you can save a query in a file
and run it as a cron job using a command like this:

  psql < queryfile.sql | mail -s 'Query Result' [EMAIL PROTECTED]

If you use the DBI/DBD perl modules, the interface should be very similar
to that used by MySQL.


Tony
- -- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]%3E>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE9RgqepCpg3WyUI50RAoaRAJ95oRufayNOJzoArpDKswYKvhskQACg8cqY
ugHcZnO5FGB55Zycjp16hT0=
=tJvB
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to