Eli Mesika has posted comments on this change. Change subject: engine: Improve permissions queries ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/create_functions.sql Line 30: return v_id; Line 31: END; $function$ Line 32: LANGUAGE plpgsql IMMUTABLE; Line 33: Line 34: CREATE OR REPLACE FUNCTION public.fnNewSplitter(ids TEXT) RETURNS SETOF UUID AS Please override the original function with new implementation Line 35: $function$ Line 36: BEGIN Line 37: IF ids != '' THEN Line 38: RETURN QUERY -- To view, visit http://gerrit.ovirt.org/9825 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I62fa797fbf286513183f0a3c4409ce79bec35342 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
