[rt-devel] Error with long name

Phil Homewood pdh at snapgear.com
Fri Oct 24 04:10:14 EDT 2003


Senoner Samuel wrote:
> It is strange that it says value too long on creating users by my
> script....
> [Tue Oct 14 11:47:42 2003] [warning]: DBD::Pg::st execute failed: ERROR:
> value too long for type character varying(16) at

So, you're trying to insert more than 16 characters into
a 16-character-wide field. Looking at the schema, the
possibilities are:

  NickName varchar(16) NULL  ,
  Lang varchar(16) NULL  ,
  EmailEncoding varchar(16) NULL  ,
  WebEncoding varchar(16) NULL  ,
  Gecos varchar(16) NULL  ,

My bet is on either NickName or Gecos.
-- 
Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances



More information about the Rt-devel mailing list