Revision 9131
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/local.sh | ||
---|---|---|
50 | 50 |
SET search_path TO "$schema", util; |
51 | 51 |
EOF |
52 | 52 |
cat)| |
53 |
env no_search_path=1 "$psql_cmd" --output /dev/fd/4 "$@" 4>&1 >&2
|
|
53 |
env no_search_path=1 "$psql_cmd" --output /dev/fd/11 "$@" 11>&1 >&2
|
|
54 | 54 |
} |
55 | 55 |
|
56 | 56 |
public_schema_exists() { psql_script_vegbien </dev/null 2>/dev/null; } |
Also available in: Unified diff
lib/sh/local.sh: psql(): use new convention for command-specific alternate stdout