Moti Asayag has posted comments on this change.

Change subject: engine: Add label column to network
......................................................................


Patch Set 3:

(1 comment)

....................................................
File packaging/dbscripts/network_sp.sql
Line 263: RETURNS SETOF TEXT STABLE
Line 264: AS $procedure$
Line 265: BEGIN
Line 266:     RETURN QUERY
Line 267:     SELECT DISTINCT label as label
thanks for pointing it out. i'll remove it.
Line 268:     FROM network
Line 269:     WHERE network.storage_pool_id = v_id;
Line 270: END; $procedure$
Line 271: LANGUAGE plpgsql;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4e3c309cef92e63ebe6f1f48f19f8848e9bceb70
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to