length checking and encoding in postgresql 8.1.4

From: "Jan Cruz" <malebug(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: length checking and encoding in postgresql 8.1.4
Date: 2006-06-07 23:56:22
Message-ID: 493da2780606071656h4c39ebdr96271dfc3800360d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I got a field with a datatype of varchar(40) in one of my table

client_encoding = LATIN9

When I use COPY to transfer records to my table
I got an error message "Error: value too long for type character varying(40)"

When I check the offending record it seems that one of the character
in the field contains N (with a wave-like at top) . The actual length
of the string is 40 so it should be accepted considering the fact that
it is properly translated as that character mentioned earlier.

So far other Pgsql 8.1.3 accepts the record.

Browse pgsql-bugs by date

  From Date Subject
Next Message Euler Taveira de Oliveira 2006-06-08 00:55:17 Re: reindexdb command utlility
Previous Message Euler Taveira de Oliveira 2006-06-07 23:09:49 Re: stopping server does not remove external_pid_file