Re: info schema : cardinal number domain

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: elein <elein(at)varlena(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: info schema : cardinal number domain
Date: 2004-02-01 00:26:38
Message-ID: 9643.1075595198@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

elein <elein(at)varlena(dot)com> writes:
> When creating a table with a bit type
> of length less than 4, then any selection
> to the information.schema.columns table
> that hits that row gives the following error:
> -- ERROR: value for domain cardinal_number violates check constraint "cardinal_number_domain_check"

This is fixed as of 7.4.1, along with several other information_schema
bugs. If you have a database that was initdb'd under 7.4, you can load
the corrected views without re-initdb'ing: as superuser, DROP the
information_schema and execute the updated information_schema.sql file
(look in $INSTALLDIR/share).

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message elein 2004-02-01 00:52:41 Re: info schema : cardinal number domain
Previous Message elein 2004-01-31 22:57:09 info schema : cardinal number domain