Eli Mesika has posted comments on this change.

Change subject: packaging: updated permission of fkvalidator function
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File backend/manager/tools/dbutils/fkvalidator.sh
Line 89: done
Line 90: 
Line 91: # Install fkvalidator procedures
Line 92: psql -w -U ${USERNAME} -h ${SERVERNAME} -p ${PORT} -f 
./fkvalidator_sp.sql ${DATABASE} > /dev/null
Line 93: psql -w -U ${USERNAME} -h ${SERVERNAME} -p ${PORT} -c "ALTER FUNCTION 
fn_db_validate_fks(boolean) OWNER TO engine;" ${DATABASE} > /dev/null
I prefer that you will edit kvalidator_sp.sql and add this staement to the end 
of it
Line 94: 
Line 95: if [[ "${FIXIT}" = "true" && ! "${QUIET}" = "true" ]]; then
Line 96:     echo "Caution, this operation should be used with care. Please 
contact support prior to running this command"
Line 97:     echo "Are you sure you want to proceed? [y/n]"


--
To view, visit http://gerrit.ovirt.org/14594
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie8f64a8369633562e4b919cb64c80793c194bff9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <[email protected]>
Gerrit-Reviewer: Alex Lourie <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Moran Goldboim <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to