summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-13 10:42:01 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-13 10:42:01 +0000
commit8a0a50d31790b81ff503f26179a70f391cb2e978 (patch)
treeaef954d14eed44b983bd55409f30a1e9f380806c /scripts
parentcdbf7b40013badfb534da4922da08b822b9975d9 (diff)
downloadbrdo-8a0a50d31790b81ff503f26179a70f391cb2e978.tar.gz
brdo-8a0a50d31790b81ff503f26179a70f391cb2e978.tar.bz2
#58113, error on install with postgresql7.3.10, patch by Cvbge
Diffstat (limited to 'scripts')
-rw-r--r--scripts/prefix.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prefix.sh b/scripts/prefix.sh
index d349b8a9c..dc8469d97 100644
--- a/scripts/prefix.sh
+++ b/scripts/prefix.sh
@@ -25,5 +25,6 @@ sed "s/^CREATE TABLE /CREATE TABLE $PREFIX/;
s/^CREATE UNIQUE INDEX \(.*\) ON /CREATE UNIQUE INDEX $PREFIX\\1 ON $PREFIX/;
s/^UPDATE \(.*\) SET /UPDATE $PREFIX\\1 SET /;
s/^DROP TABLE IF EXISTS /DROP TABLE IF EXISTS $PREFIX/;
+ s/ DEFAULT nextval('/ DEFAULT nextval('$PREFIX/;
" $2