diff options
author | girgen <girgen@FreeBSD.org> | 2010-09-20 21:46:47 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2010-09-20 21:46:47 +0800 |
commit | 236cb01aa6af44d5870918d655c58bfa12d2d695 (patch) | |
tree | eeded6cf61e395dfd0819dd22854ab320e5a432d /Mk | |
parent | c062d67423300dfc2f298b4dcbcd3d40a3302d97 (diff) | |
download | freebsd-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')
-rw-r--r-- | Mk/bsd.database.mk | 1 | ||||
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
2 files changed, 2 insertions, 1 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) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 227f6dfa4b3c..41a8afd04bf7 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -966,6 +966,7 @@ MASTER_SITE_PERL_CPAN+= \ # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ + ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp10.us.postgresql.org/pub/postgresql/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ @@ -995,7 +996,6 @@ MASTER_SITE_PGSQL+= \ ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \ ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \ ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif |