aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql84-server/pkg-plist-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-04-13 23:15:49 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-04-13 23:15:49 +0000
commit763de9d278b9b9f456337dfb5abee68f4358669a (patch)
treefe532f0d34c4bde2fb18a2dbcec2f5dccbe98d54 /databases/postgresql84-server/pkg-plist-client
parent9229feb6467b1a259abb9c78c61334e3d1cec807 (diff)
downloadports-763de9d278b9b9f456337dfb5abee68f4358669a.tar.gz
ports-763de9d278b9b9f456337dfb5abee68f4358669a.zip
Upgrade PostgreSQL to 8.0.2. Here's the brief release note:
Over the past several weeks, Tom Lane has been working on replacing our old Cache Management Alorithm (ARC) with a new, patent free one (2Q). In order to reduce the number of 8.x deployments out there that are using the old manager, we have just released 8.0.2, and encourage adminstrators to upgrade at their earliest convience. For those already running 8.x on your production servers, please note that this upgrade does *NOT* require a dump restore, but due to a bump in the major version number for the client library (libpq), it *WILL* require all client applications to be recompiled at the same time. For full release info, see http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-2 Apart from the upgrade, three new config options are added: A patch (experimental) for supporting proper collation of utf-8 encoded locales, using IBM's ICU package (devel/icu). See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info. An optional patch written by Evgen Potemkin, which allows PostgreSQL to make hierarchical queries à la Oracle [1]. An option is added that allows the use of 64 bit ints to store dates [2]. PR: ports/79165 [1], ports/76999 [2] Submitted by: Marcos Tischer Vallim [1], Christian Ullrich [2] Approved by: ade, seanc (implicit)
Notes
Notes: svn path=/head/; revision=133287
Diffstat (limited to 'databases/postgresql84-server/pkg-plist-client')
-rw-r--r--databases/postgresql84-server/pkg-plist-client8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql84-server/pkg-plist-client b/databases/postgresql84-server/pkg-plist-client
index cde44ae6df19..ec7bde8ab088 100644
--- a/databases/postgresql84-server/pkg-plist-client
+++ b/databases/postgresql84-server/pkg-plist-client
@@ -410,16 +410,16 @@ include/sql3types.h
include/sqlca.h
lib/libecpg.a
lib/libecpg.so
-lib/libecpg.so.4
+lib/libecpg.so.5
lib/libecpg_compat.a
lib/libecpg_compat.so
-lib/libecpg_compat.so.1
+lib/libecpg_compat.so.2
lib/libpq.a
lib/libpq.so
-lib/libpq.so.3
+lib/libpq.so.4
lib/libpgtypes.a
lib/libpgtypes.so
-lib/libpgtypes.so.1
+lib/libpgtypes.so.2
%%DOCSDIR%%/README-client
@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true
share/postgresql/pg_service.conf.sample