Re: Inserting bit-type value into integer-type column - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: Inserting bit-type value into integer-type column
Date
Msg-id 200608291044.31542.peter_e@gmx.net
Whole thread Raw
In response to Inserting bit-type value into integer-type column  ("Riho Maisa" <riho@centrum.ee>)
Responses Re: Inserting bit-type value into integer-type column
List pgsql-admin
Am Dienstag, 29. August 2006 10:32 schrieb Riho Maisa:
> The anomaly for me: in 7.2 it works, but in 7.4 it doesn't.

7.2 was wrong to accept such things; 7.4 fixed it.

> I cannot rewrite SQL INSERT because it's in compiled application.

Either fix your application or patch the PostgreSQL server or stick with 7.2
(not recommended, because 7.2 is not maintained anymore).

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-admin by date:

Previous
From: "Riho Maisa"
Date:
Subject: Inserting bit-type value into integer-type column
Next
From: Tom Lane
Date:
Subject: Re: Inserting bit-type value into integer-type column