Project

General

Profile

« Previous | Next » 

Revision 10775

bugfix: lib/sh/db.sh: pg_dump(): don't default $struct flag to on, because both structure and data should be printed by default

View differences:

lib/sh/db.sh
315 315
# [create_schema=] pg_dump [opts...] >out
316 316
{
317 317
	echo_func; kw_params struct data plain owners create_schema
318
	local struct="${struct-1}" create_schema="${create_schema-1}"
318
	local create_schema="${create_schema-1}"
319 319
	
320 320
	# subset
321 321
	if test "$schema"; then set -- --schema="\"$schema\"" "$@"; fi

Also available in: Unified diff