aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.database.mk
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2010-09-20 21:46:47 +0800
committergirgen <girgen@FreeBSD.org>2010-09-20 21:46:47 +0800
commit236cb01aa6af44d5870918d655c58bfa12d2d695 (patch)
treeeeded6cf61e395dfd0819dd22854ab320e5a432d /Mk/bsd.database.mk
parentc062d67423300dfc2f298b4dcbcd3d40a3302d97 (diff)
downloadfreebsd-ports-gnome-236cb01aa6af44d5870918d655c58bfa12d2d695.tar.gz
freebsd-ports-gnome-236cb01aa6af44d5870918d655c58bfa12d2d695.tar.zst
freebsd-ports-gnome-236cb01aa6af44d5870918d655c58bfa12d2d695.zip
PostgreSQL 9.0 is here! The PostgreSQL Global Development Group
announces the availability of our most eagerly awaited release. PostgreSQL 9.0 includes built-in, binary replication, and over a dozen other major features which will appeal to everyone from web developers to database hackers. 9.0 includes more major features than any release before it, including: * Hot standby * Streaming replication * In-place upgrades * 64-bit Windows builds * Easy mass permissions management * Anonymous blocks and named parameter calls for stored procedures * New windowing functions and ordered aggregates ... and many more. For details on the over 200 additions and improvements in this version, developed by over a hundred contributors, please see the release notes. "These kinds of feature additions continue to make a strong case for why mission-critical technology tasks can continue to depend on the power, flexibility and robustness of PostgreSQL,” said Afilias CTO Ram Mohan. More information on PostgreSQL 9.0: * Release notes http://www.postgresql.org/docs/9.0/static/release-9-0 * Presskit http://www.postgresql.org/about/press/presskit90 * Guide to 9.0: http://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9.0 --- PR: 150430, Add dtrace
Diffstat (limited to 'Mk/bsd.database.mk')
-rw-r--r--Mk/bsd.database.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk
index 26ba8d34e0a8..e28e9f677d9d 100644
--- a/Mk/bsd.database.mk
+++ b/Mk/bsd.database.mk
@@ -174,6 +174,7 @@ PGSQL81_LIBVER= 4
PGSQL82_LIBVER= 5
PGSQL83_LIBVER= 5
PGSQL84_LIBVER= 5
+PGSQL90_LIBVER= 5
# Setting/finding PostgreSQL version we want.
.if exists(${LOCALBASE}/bin/pg_config)