diff options
author | girgen <girgen@FreeBSD.org> | 2008-02-05 01:12:32 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2008-02-05 01:12:32 +0800 |
commit | 2d22f56a4babf7e84337d6eaca8a606141fcfe81 (patch) | |
tree | 700020f04307cb795ffc3def18b15d03dd48501e /databases/postgresql92-server/Makefile | |
parent | 6a3b46c4d697abd4f6ad2d3f797a6cf6c730fa2c (diff) | |
download | freebsd-ports-gnome-2d22f56a4babf7e84337d6eaca8a606141fcfe81.tar.gz freebsd-ports-gnome-2d22f56a4babf7e84337d6eaca8a606141fcfe81.tar.zst freebsd-ports-gnome-2d22f56a4babf7e84337d6eaca8a606141fcfe81.zip |
Today the PostgreSQL Global Development Group releases the
long-awaited version 8.3 of the most advanced open source database,
which cements our place as the best performing open source
database. Among the performance features you'll be excited about in
8.3 are:
* Heap Only Tuples
* BGWriter Autotuning
* Asynchronous Commit
* Spread Checkpoints
* Synchronous Scan
* "Var-Varlena"
* L2 Cache Protection
* Lazy XID
8.3 also has a lot of cool features for PostgreSQL DBAs and developers, including:
* CSV Logging
* SQL/XML
* MS Visual C++ support
* ENUMs
* Integrated Tsearch
* SSPI & GSSAPI
* Composite Type Arrays
* pg_standby
Diffstat (limited to 'databases/postgresql92-server/Makefile')
-rw-r--r-- | databases/postgresql92-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 4751411e3caf..2f777b985e59 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -DISTVERSION?= 8.3RC2 +DISTVERSION?= 8.3.0 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= source/v${DISTVERSION} PKGNAMESUFFIX?= -server MAINTAINER?= girgen@FreeBSD.org -COMMENT?= BETA VERSION of the PostgreSQL server, only for testing +COMMENT?= The most advanced open-source database available anywhere CONFLICTS?= ${PORTNAME}-client-7.* \ ${PORTNAME}${PKGNAMESUFFIX}-7.* \ |