Re: Simple DBI question

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: David Siebert <david(at)eclipsecat(dot)com>, pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Simple DBI question
Date: 2003-08-12 21:43:54
Message-ID: 3F395F9A.1080202@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Where does one issue those commands, at a *nix command line, or as an argument to the perl interpreter, or what?

Sean Chittenden wrote:

>>How do I connect to a postgres sever across a network using DBI?
>>I can not find an example of it anywhere in any docs.
>>Thanks.
>>Also what do I type after man to get the Pg dbi man file?
>
>
> perldoc DBI
> perldoc DBD::Pg
>
> -sc
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sean Chittenden 2003-08-12 21:49:26 Re: Simple DBI question
Previous Message Dennis Gearon 2003-08-12 21:43:01 Re: PL/C functions