bit datatype in 7.2.1

From: "Joseph Artsimovich" <joseph_a(at)mail(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: bit datatype in 7.2.1
Date: 2002-04-26 09:50:15
Message-ID: E1712Mp-000676-00@f8.mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I've upgraded from 7.1.3 to 7.2.1 and now I'm having problems with
the bit datatype. I used to do '0'::bit(20) to save some typing, but
it does not work anymore:
ERROR: bit string length does not match type bit(20)

Is there a way to do it in version 7.2.1?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message webmaster 2002-04-26 12:50:53 delete column
Previous Message Mark kirkwood 2002-04-26 08:39:36 Re: Performance Issues with count()