Re: Simple DBI question - Mailing list pgsql-general

From Sean Chittenden
Subject Re: Simple DBI question
Date
Msg-id 20030812214926.GC82365@perrin.int.nxad.com
Whole thread Raw
In response to Re: Simple DBI question  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
> Where does one issue those commands, at a *nix command line, or as
> an argument to the perl interpreter, or what?

From a *nix command line.  In the DBD::Pg page, you'll see an example
of how to connect to a database.  Once you've connected to your
database, read the DBI man page to learn how to send queries to the
backend.  -sc

--
Sean Chittenden

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PL/C functions
Next
From: Dennis Gearon
Date:
Subject: Re: PL/C functions