BF1913926 Errors in migrate_postgresql.sh script

Revert change to AUTOCOMMIT behaviour
This commit is contained in:
tspc 2008-03-23 01:32:49 +00:00
parent da11893959
commit 707104cad6
1 changed files with 0 additions and 4 deletions

View File

@ -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