Eli Mesika has posted comments on this change.

Change subject: [WIP] engine: User queries improvements
......................................................................


Patch Set 6: (1 inline comment)

....................................................
File backend/manager/dbscripts/create_functions.sql
Line 495: CREATE OR REPLACE FUNCTION getElementIdsByIdAndGroups(v_id 
UUID,v_group_ids text)
Line 496: RETURNS SETOF idUuidType
Line 497:    AS $function$
Line 498: BEGIN
Line 499:   RETURN QUERY     
TWS
Line 500:   select ID from fnsplitteruuid(v_group_ids)
Line 501:   UNION
Line 502:   select v_id
Line 503:   UNION


--
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: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to