Include the -E SQL_ASCII option in the createdb command example
Mention compression options in the comments
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7611
91ce42f0-d328-0410-95d8-
f526ca767f89
else
PGHOST=""
fi
+ # you could also add --compress for compression. See man pg_dump
exec ${BINDIR}/pg_dump -c $PGHOST -U $2 $1 >$1.sql
else
echo ".dump" | ${BINDIR}/sqlite3 $1.db >$1.sql
# To read back a PostgreSQL database use:
# cd @working_dir@
# dropdb bacula
-# createdb bacula
+# createdb bacula -E SQL_ASCII
# psql bacula <bacula.sql
#