|
|
@@ -44,7 +44,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_postgresql}
|
|
|
-Release: 20051210
|
|
|
+Release: 20060104
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -96,10 +96,11 @@ AutoReqProv: no
|
|
|
and user-defined types and functions. It is the most advanced
|
|
|
open-source database available anywhere.
|
|
|
|
|
|
- This PostgreSQL package optionally contains three database
|
|
|
- replication solutions: the PGPool connection pooling/replication
|
|
|
- frontend, the Slony-I single-master/multiple-slave replication
|
|
|
+ This PostgreSQL package optionally contains two database replication
|
|
|
+ solutions: the Slony-I single-master/multiple-slave replication
|
|
|
engine, and the PGCluster multi-master replication engine.
|
|
|
+ Additionally, there is a third option using the OpenPKG PGPool
|
|
|
+ package which offers a connection pooling/replication frontend.
|
|
|
|
|
|
%track
|
|
|
prog postgresql = {
|