Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12966 - PostgreSQL 7.3 causes too many problems for production use.
Summary: PostgreSQL 7.3 causes too many problems for production use.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-30 23:50 UTC by Eric Renfro
Modified: 2007-09-22 23:11 UTC (History)
1 user (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 Eric Renfro 2002-12-30 23:50:45 UTC
As of postgresql 7.3's unmasking, it's been causing a lot of problems with
compatability issues. They've removed a /lot/ of compatability deprecated things
in PostgreSQL, and some that weren't even deprecated yet, just out of the blue
with this release.

phpPgAdmin, for example, is one program that will no longer work with PgSQL 7.3.

Second of all, postgresql 7.3 removed some of it's libraries, in favor to split
them out as seperate libraries. So far, this library includes libpq++, the C++
API library for PostgreSQL, of which things like KDE itself relies on for some
of it's components.

I don't yet think PostgreSQL 7.3 should be unmasked in Gentoo, though maybe
7.3.1 (which version? *chuckles*) might be more ready, but still there needs to
be more portage packages for it, for the parts that were split out of the
postgresql source tree itself.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-12-31 11:51:09 UTC
Eric,

Extremely excellent points.  Do you know which libraries should be included
within portage that the postgresql team left out?

-r
Comment 2 Eric Renfro 2002-12-31 21:16:21 UTC
Well, the ones that were seperated was libpq++, and ODBC.. I believe the JDBC
ones are still there, and now also are compilable with the Sun-JDK 1.4.0 (this
should also be made to include Sun-JDK 1.4.0, /not/ Blackdown-JDK or any other
alternative, but explicitely the Sun-JDK.)

My best guess, just off a whim, is libpq++, and postODBC, while postODBC itself,
could be optional based on a USE flag.

The big question of all, is.. libpq++ is one lib, but there's now a libpqxx,
which is newer, and supercedes libpq++.. Should both be included? If they don't
conflict, then yes.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-07-09 12:20:16 UTC
7.3.3 fixes this