> You could also you write_expr to truncate text > that is longuer than some limit for instance. > But I do not understand why you do not want to >just use varchar() instead of varchar(n).
Well, after doing some tests, it is possible to create fields of type varchar in postgres without specifying the length; however, it's definitely not a good practice; so I'll probably write the expression to truncate it as you indicated.
Also, what would I map a CPS String List type to? Will that map to varchar OK, or not? I'll play around a bit, but is there a recommended practice?
Thanks, -JOsh _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
