diff --git a/migration/migrate_postgresql.sh b/migration/migrate_postgresql.sh index 28f120699f..32b08dc5e3 100644 --- a/migration/migrate_postgresql.sh +++ b/migration/migrate_postgresql.sh @@ -12,10 +12,6 @@ # CarlosRuiz - added multidirectory management 2008/02/20 -# Tony Snook - set AUTOCOMMIT off, this enables the rollback feature to work as expected - -echo "\set AUTOCOMMIT off" - if [ -z "$1" ]; then echo "Usage: $0 [DIRECTORY ... DIRECTORY] [commit]" exit 0