Yedidyah Bar David has uploaded a new change for review. Change subject: dbscripts: Keep output of createlang ......................................................................
dbscripts: Keep output of createlang Change-Id: Ifaa74924bc430f662366c7c164e92df1ff6578a6 Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1064962 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/dbscripts/create_schema.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/24566/1 diff --git a/packaging/dbscripts/create_schema.sh b/packaging/dbscripts/create_schema.sh index fce73a1..cec9867 100755 --- a/packaging/dbscripts/create_schema.sh +++ b/packaging/dbscripts/create_schema.sh @@ -45,7 +45,7 @@ esac done -createlang -w --host=${SERVERNAME} --port=${PORT} --dbname=${DATABASE} --echo --username=${USERNAME} plpgsql >& /dev/null +createlang -w --host=${SERVERNAME} --port=${PORT} --dbname=${DATABASE} --echo --username=${USERNAME} plpgsql >> "${LOGFILE}" 2>&1 #set database min error level CMD="ALTER DATABASE \"${DATABASE}\" SET client_min_messages=ERROR;" execute_command "${CMD}" ${DATABASE} ${SERVERNAME} ${PORT}> /dev/null -- To view, visit http://gerrit.ovirt.org/24566 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifaa74924bc430f662366c7c164e92df1ff6578a6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
