Michael Kublin has posted comments on this change. Change subject: [WIP] engine: User queries improvements ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/dbscripts/create_functions.sql Line 49: SELECT regexp_split_to_table(ids, ',') AS id; Line 50: END; $function$ Line 51: LANGUAGE plpgsql; Line 52: Line 53: please remove these function and replace with anew one, these what I need to do at the first place, sorry :) Line 54: CREATE OR REPLACE FUNCTION fnSplitterUuid(ids TEXT) RETURNS SETOF idUuidType AS Line 55: $function$ Line 56: DECLARE Line 57: tempc REFCURSOR; -- 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: 3 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: Juan Hernandez <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
