aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql')
-rw-r--r--main/postgresql/APKBUILD4
-rw-r--r--main/postgresql/postgresql.confd2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD
index e0c70cb5a..844f76f3c 100644
--- a/main/postgresql/APKBUILD
+++ b/main/postgresql/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=postgresql
pkgver=9.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated object-relational DBMS"
url="http://www.postgresql.org/"
arch="all"
@@ -59,6 +59,6 @@ client() {
md5sums="061a9f17323117c9358ed60f33ecff78 postgresql-9.1.1.tar.bz2
7d7b7815f2bf133830f65ed9830ce461 postgresql.initd
-c56a4db0c3757f5dc7f9d59132b428ba postgresql.confd
+b609795f715cefcc30b08e4ed01f4416 postgresql.confd
5f6d10a6a3d71dcee856fa6671954ab4 pg-restore.initd
bf45384752b320b369f1425939763178 pg-restore.confd"
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd
index 942268c57..0bf3350b6 100644
--- a/main/postgresql/postgresql.confd
+++ b/main/postgresql/postgresql.confd
@@ -1,5 +1,5 @@
# PostgreSQL's Database Directory
-PGDATA="/var/lib/postgresql/9.0/data"
+PGDATA="/var/lib/postgresql/9.1/data"
# PostgreSQL User
PGUSER="postgres"