Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49871 - Postgresql 7.4.2-r1 build no longer includes the python interface
Summary: Postgresql 7.4.2-r1 build no longer includes the python interface
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
: 49726 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-03 11:14 UTC by Colin Fox
Modified: 2007-09-22 23:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Fox 2004-05-03 11:14:45 UTC
If I do an "epm -ql postgres | grep python" in my 7.3 installation, I get:
/usr/lib/postgresql/plpython.so
/usr/lib/python2.3/site-packages/_pgmodule.so
/usr/lib/python2.3/site-packages/pg.py
/usr/lib/python2.3/site-packages/pgdb.py

In the 7.4 installation, I get:
/usr/lib/postgresql/plpython.so
/usr/share/doc/postgresql-7.4.2-r1/html/plpython.html
/usr/share/doc/postgresql-7.4.2-r1/html/plpython-database.html
/usr/share/doc/postgresql-7.4.2-r1/html/plpython-trigger.html
/usr/share/doc/postgresql-7.4.2-r1/sgml/plpython.sgml.gz

So the unfortunate state in 7.3 of having the html docs disappear has been fixed, but now the python interface is missing.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-05-04 00:25:49 UTC
Python modules was removed in postgresql-7.4 and I didn't know that because I don't use it.

The Python modules is in PyGreSQL now.
I've just added it to portage tree as dev-db/pygresql-3.4

I've done simple test it.(Connection database and querying simple SQL)
But I don't use it usually as I said, so if there are any problems please let me know.

Thank you for reporting.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-05-04 00:35:29 UTC
*** Bug 49726 has been marked as a duplicate of this bug. ***
Comment 3 Colin Fox 2004-05-04 01:16:34 UTC
Yes, emerging the pygresql module seems to solve the problem. Thanks!

It might be a good idea to put something into the ebuild message for postgres that mentions this. :)
Comment 4 Masatomo Nakano (RETIRED) gentoo-dev 2004-05-04 02:35:21 UTC
Sure.

I just added the message.