Project

General

Profile

« Previous | Next » 

Revision 8937

lib/local.sh: psql (): use fd 4 for the logging output instead of 3 because 3 is generally used for passing inline input commands (it is used this way by inline_make)

View differences:

lib/local.sh
55 55
SET search_path TO "$schema", util;
56 56
EOF
57 57
	cat)|
58
	env no_search_path=1 "$psql_cmd" --output /dev/fd/3 "$@" 3>&1 >&2
58
	env no_search_path=1 "$psql_cmd" --output /dev/fd/4 "$@" 4>&1 >&2
59 59
}
60 60

  
61 61
fi

Also available in: Unified diff