diff options
author | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-13 10:42:01 +0000 |
---|---|---|
committer | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-13 10:42:01 +0000 |
commit | 8a0a50d31790b81ff503f26179a70f391cb2e978 (patch) | |
tree | aef954d14eed44b983bd55409f30a1e9f380806c /scripts | |
parent | cdbf7b40013badfb534da4922da08b822b9975d9 (diff) | |
download | brdo-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.sh | 1 |
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 |