Eli Mesika has posted comments on this change.

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


Patch Set 1:

engine_996978=> \d pg_user
     View "pg_catalog.pg_user"
   Column    |  Type   | Modifiers 
-------------+---------+-----------
 usename     | name    | 
 usesysid    | oid     | 
 usecreatedb | boolean | 
 usesuper    | boolean | 
 usecatupd   | boolean | 
 userepl     | boolean | 
 passwd      | text    | 
 valuntil    | abstime | 
 useconfig   | text[]  | 


engine_996978=> select * from pg_type where typlen=64;
-[ RECORD 1 ]--+---------
typname        | name
typnamespace   | 11
typowner       | 10
typlen         | 64
typbyval       | f
typtype        | b
typcategory    | S
typispreferred | f
typisdefined   | t
typdelim       | ,
typrelid       | 0
typelem        | 18
typarray       | 1003
typinput       | namein
typoutput      | nameout
typreceive     | namerecv
typsend        | namesend
typmodin       | -
typmodout      | -
typanalyze     | -
typalign       | c
typstorage     | p
typnotnull     | f
typbasetype    | 0
typtypmod      | -1
typndims       | 0
typcollation   | 0
typdefaultbin  | 
typdefault     | 
typacl         |

-- 
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