Kanagaraj M has posted comments on this change.

Change subject: engine: adding gluster_server table and dao operations
......................................................................


Patch Set 7: (3 inline comments)

New patch set to follow.

....................................................
File backend/manager/dbscripts/upgrade/03_03_0120_add_gluster_server_table.sql
Line 1: Create or replace FUNCTION fn_add_gluster_server_table()
Done
Line 2: RETURNS void
Line 3: AS $function$
Line 4: BEGIN
Line 5:     CREATE TABLE gluster_server


Line 11:     CREATE UNIQUE INDEX IDX_gluster_server_unique ON 
gluster_server(server_id, gluster_server_uuid);
Line 12: END; $function$
Line 13: LANGUAGE plpgsql;
Line 14: 
Line 15: select fn_add_gluster_server_table();
Done


Line 12: END; $function$
Line 13: LANGUAGE plpgsql;
Line 14: 
Line 15: select fn_add_gluster_server_table();
Line 16: drop function fn_add_gluster_server_table();
Done


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I04ba0a7bf1eaa964db731cdfa24ab6875e0b1513
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to