Eli Mesika has posted comments on this change.

Change subject: core: extend installed_by column size in schema...
......................................................................


Patch Set 1:

Yaniv , length 64 means 64 charcters 

engine_996978=> create table elim (name varchar(64));
CREATE TABLE
engine_996978=> insert into elim (name) values 
('0123456789012345678901234567890123456789012345678901234567891234');
INSERT 0 1
engine_996978=> select * from elim 
engine_996978-> ;
                               name                               
------------------------------------------------------------------
 0123456789012345678901234567890123456789012345678901234567891234
(1 row)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1483f3fb5f4e5945d1b5d26a12fb24c01ac3c08d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Yaniv Dary <yd...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to