Re: [NOVICE] Perl - Postgres

Medi Montaseri <medi.montaseri@intransa.com>

From: Medi Montaseri <medi.montaseri@intransa.com>
To: Michael Carmack <karmak@karmak.org>
Cc: ralough@iee.org, Rosta Farzan <rosta@sn432s03.sci.csuhayward.edu>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2003-01-29T21:00:56Z
Lists: pgsql-general, pgsql-novice
Also try this

perldoc DBI
perldoc DBD::Pg

Perl provides a two tier DB interface. Programmers use DBI as a generic 
DB API.
DBI connects with DBD (DB Driver) to reach the engine.

So if you use Postgresql, then programmer --> DBI ---> DBD ---> Pg
If you use Oracle, then programmer ---> DBI ---> DBD --> Oracle
if you use ODBC, then programmer ---> DBI --> DBD --> ODBC  <=========> 
SomeEngine

Is'nt that cool....

Michael Carmack wrote:

>On Wed, Jan 29, 2003 at 06:36:10PM +0000, Richard A Lough wrote:
>  
>
>>Rosta Farzan wrote:
>>    
>>
>>>Hi
>>>
>>>Where can I find the list of the functions of pg module, for example how
>>>to insert a row to the database?
>>>Does anybody know a tutorial on perl & Postgres?
>>>      
>>>
>
>http://www.uklinux.net/support/DBI.php
>http://www.uklinux.net/support/DBD_Pg.php
>
>m.
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>  
>