<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi list,<br>
<br>
I know it is an off topic but I don't want to subscribe to PostgreSQL
mailin list only to ask about an small error message.<br>
<br>
I hope you have comprehention of my problem.<br>
<br>
I am trying to add a table inside of another using this command line:<br>
<br>
dbpotgis=# INSERT INTO imoveis select * from imoveis3;<br>
<b>ERROR:  value too long for type character varying(2)</b><br>
<br>
But as you can see there is a small message that don't tell anything
about the problem.<br>
<br>
I try to see if the log file tells anything else more than this, but
nothing more than this appears.<br>
<br>
Could someone tell me how to trace this problem ?<br>
<br>
ps: The two tables have the same schema.<br>
ps2: I have more than one field with this structure: <b>character
varying(2) </b><br>
<br>
Sincerely...<br>
<br>
<pre class="moz-signature" cols="72">-- 
Ezequias Rodrigues da Rocha
<a class="moz-txt-link-freetext" href="http://ezequiasrocha.blogspot.com">http://ezequiasrocha.blogspot.com</a>
<a class="moz-txt-link-abbreviated" href="mailto:msn:ezequias@hotmail.com">msn:ezequias@hotmail.com</a>
"the worst of democracies is still better than the best of dictatorship"
</pre>
</body>
</html>