Re: Perl and Postgres

From: "Jeff Eckermann" <jeckermann(at)verio(dot)net>
To: "Brian C(dot) Doyle" <bcdoyle(at)mindspring(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Perl and Postgres
Date: 2001-09-26 16:33:34
Message-ID: 013401c146a8$fd73f690$279c10ac@INTERNAL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This probably seems ludicrously obvious, but: you need to have the DBI and
DBD::Pg modules installed on your system.
The definitive source is "perldoc DBI", though this is not nearly as easy to
read as the other sources mentioned.

----- Original Message -----
From: "Roderick A. Anderson" <raanders(at)tincan(dot)org>
To: "Brian C. Doyle" <bcdoyle(at)mindspring(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, September 26, 2001 8:59 AM
Subject: Re: [GENERAL] Perl and Postgres

> On Wed, 26 Sep 2001, Brian C. Doyle wrote:
>
> > Hello all,
> >
> > Where can I look to find out more about developing a web based interface
> > via Perl.. Currently I do it all via PHP but do to resources available
for
> > a project I have I need to convert over to perl.. I check the Postgres
> > Doc's and there were no examples to help get me started. Any thing
> > appreciated.
>
> "Programming the Perl DBI", Decartes, Bunce, Oreilly
> "Perl Cookbook", Christiansen & Torkington, Oreilly
> "Advanced Perl Programming", Srinivasan, Oreilly
>
> Yes I am a bit of an Oreilly fan!
>
> And a few suggestions:
>
> Normalize, normalize, normalize.
> (de-normalize portions if needed)
>
> Put as much of the application logic in the database as you can.
>
> Don't re-invent the wheel, use as many perl modules as you need.
>
>
> Cheers,
> Rod
> --
> Let Accuracy Triumph Over Victory
>
> Zetetic Institute
> "David's Sling"
> Marc Stiegler
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Svenne Krap 2001-09-26 16:35:55 Birthsday list
Previous Message Nick Fankhauser 2001-09-26 16:25:18 Re: Double Quoting Table Names????