Re: python-postgres RPM - Mailing list pgsql-general

From Lamar Owen
Subject Re: python-postgres RPM
Date
Msg-id 3AA5228F.F345D7A9@wgcr.org
Whole thread Raw
In response to python-postgres RPM  ("Wouter" <dba@cozmo.be>)
List pgsql-general
Wouter wrote:
>
> Hi,
>
> Anyone has an ideai how I can install the RPM postgres-python ?
>
> What is the procedure?

rpm -i postgresql-python-x.y.z-r.arch.rpm.  For version 7.0.3, release
2, on i386, you would have:
rpm -i postgresql-python-7.0.3-2.i386.rpm

If you need other RPM's installed to use this, RPM will complain about
unresolved dependencies.  You can use www.rpmfind.net to figure out
which RPM contains the dependency you need to satisfy for your
particular system.

See the python module's documentation for how to use it.  It is
available in the main postgresql RPM in /usr/doc/postgresql-x.y.z (or
/usr/share/doc/postgresql-x.y.z, depending upon your specific system).

But, which system are you installing on?
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

pgsql-general by date:

Previous
From: Stuart Foster
Date:
Subject: libpq++ bug ?
Next
From: Ian Lance Taylor
Date:
Subject: Re: name vs varchar vs text?