Re: [NOVICE] Perl - Postgres - Mailing list pgsql-general

From Medi Montaseri
Subject Re: [NOVICE] Perl - Postgres
Date
Msg-id 3E384108.5050204@intransa.com
Whole thread Raw
In response to Re: [NOVICE] Perl - Postgres  (Richard A Lough <ralough.ced@dnet.co.uk>)
List pgsql-general
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)
>
>




pgsql-general by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: plperl functions -- can they call each other?
Next
From: "scott.marlowe"
Date:
Subject: Re: how much memory to allot to postgres?