I realized the following: If you supply a value that is longer than 1 character to a table field that is defined to be one character -> PG7.1 truncated the input to be one character and did not return an error. PG7.2 returns an error. Dont know if this helps here...