Skip to content

Commit 104bfc2

Browse files
committed
[db.sh] change -d to --inserts
the -d parameter was removed in pgsql 8.4 Signed-off-by: Yonathan Dossow <ydossow@inf.utfsm.cl>
1 parent 67a12bd commit 104bfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ dump_pgsql_database() {
392392
exit $E_DB
393393
fi
394394

395-
pg_dump -h $HOST -U $USER -c -d -O -x -i -f $dump $database \
395+
pg_dump -h $HOST -U $USER -c --inserts -O -x -i -f $dump $database \
396396
2> /dev/null
397397

398398
if [ '0' -ne "$?" ]; then

0 commit comments

Comments
 (0)