BUG #4066: error

From: "javier redolfi" <javierredolfi(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4066: error
Date: 2008-03-27 05:09:27
Message-ID: 200803270509.m2R59RbW020753@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4066
Logged by: javier redolfi
Email address: javierredolfi(at)gmail(dot)com
PostgreSQL version: 8.2
Operating system: debian lenny
Description: error
Details:

insert into
facturascli(idfactura,codigo,editable,fecha,nombrecliente,cuit,total,totalno
pagado,codcliente,codtarifa,observaciones,coddivisa,codserie,numero,neto,tot
aleuros,totaliva,codpago,codagente,codalmacen,coddir,direccion,codpostal,ciu
dad,provincia,barrio,codpais,codejercicio,tasaconv,automatica,nogenerarasien
to,idasiento,deabono,idfacturarect,codigorect,tpv,codsucursal,usuario,genero
cartadeporte,descuentastock) values
(6,'0B000100000001',TRUE,'2008-03-27','hola','4534523453245',NULL,0,'000006'
,NULL,NULL,'ARS','B','1',NULL,NULL,NULL,'CUENT
CORR','000001','ALG',12,'holla',NULL,NULL,NULL,NULL,NULL,'0001',1,TRUE,FALSE
,6,FALSE,NULL,NULL,FALSE,'0001',NULL,FALSE,TRUE);
ERROR: el valor es demasiado largo para el tipo character varying(12)

the debug don't say to me anything, I must to be magic to discover it.
if you want everyworld uses postgresql, help him to resolv problems, say
more, the debug is to small and I repeat don't say anything.

I don't care your answer.

Browse pgsql-bugs by date

  From Date Subject
Next Message NikhilS 2008-03-27 11:14:19 Re: Problem identifying constraints which should not be inherited
Previous Message Tom Lane 2008-03-27 04:38:38 Re: DISTINCT MAX() results mismatch on 8.2 and 8.3