Project

General

Profile

« Previous | Next » 

Revision 12193

lib/sh/db.sh: pg_dump(): ignore "No matching tables were found" error, using new ignore_err_msg()

View differences:

trunk/lib/sh/db.sh
353 353
			fd=1 redirs= filter_fd sed 's/^CREATE SCHEMA/--&/'
354 354
		fi
355 355
		
356
		pg_cmd "$@"
356
		pattern='^pg_dump: No matching tables were found$' ignore_err_msg \
357
pg_cmd "$@"
357 358
	)
358 359
}
359 360

  

Also available in: Unified diff