Re: Simple DBI question

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Dennis Gearon <gearond(at)cvc(dot)net>
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:49:26
Message-ID: 20030812214926.GC82365@perrin.int.nxad.com
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?

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-08-12 21:55:58 Re: PL/C functions
Previous Message Dennis Gearon 2003-08-12 21:43:54 Re: Simple DBI question