Peter Eisentraut <peter_e@xxxxxxx> writes: > Am Dienstag, 29. August 2006 10:32 schrieb Riho Maisa: >> 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). The patch would be pretty easy though: just tweak the pg_cast entry for bit to int casting so that it's "assignment" rather than "explicit". regards, tom lane