Project

General

Profile

« Previous | Next » 

Revision 6024

pg_dump_vegbien: Fixed bug where schema name var can't be named $schema because that would conflict with the $schema flag

View differences:

pg_dump_vegbien
9 9
    exit 2
10 10
fi
11 11

  
12
schema="$1"
12
schema_="$1"
13 13
shift
14
test "$schema" != all && set -- --schema="\"$schema\"" "$@"
14
test "$schema_" != all && set -- --schema="\"$schema_\"" "$@"
15 15

  
16 16
if test -n "$data"; then
17 17
    if test -n "$plain"; then set -- "$@" --format=p

Also available in: Unified diff