Error on table insert: attribute 13 has wrong type

Started by Andrusabout 19 years ago3 messagesgeneral
Jump to latest
#1Andrus
kobruleht2@hot.ee

I installed 8.2 server on Windows XP

Today every instert to table causes error:

ERROR: attribute 13 has wrong type
DETAIL: Table has type character, but query expects character.

Any idea how to fix it ?

Andrus.

#2Bruce Momjian
bruce@momjian.us
In reply to: Andrus (#1)
Re: Error on table insert: attribute 13 has wrong type

Andrus wrote:

I installed 8.2 server on Windows XP

Today every instert to table causes error:

ERROR: attribute 13 has wrong type
DETAIL: Table has type character, but query expects character.

Any idea how to fix it ?

You need to upgrade to 8.2.3. That was a rush release to fix a bug
introduced in 8.2.2.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrus (#1)
Re: Error on table insert: attribute 13 has wrong type

"Andrus" <kobruleht2@hot.ee> writes:

I installed 8.2 server on Windows XP
Today every instert to table causes error:

ERROR: attribute 13 has wrong type
DETAIL: Table has type character, but query expects character.

Any idea how to fix it ?

Update to 8.2.3.

regards, tom lane