| От | elein |
|---|---|
| Тема | info schema : cardinal number domain |
| Дата | |
| Msg-id | 20040131145709.Y14914@cookie.varlena.com обсуждение исходный текст |
| Ответы |
Re: info schema : cardinal number domain
|
| Список | pgsql-bugs |
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: drop table infoschema_bit; create table infoschema_bit ( bitcol bit(3) ); select * from columns; -- ERROR: value for domain cardinal_number violates check constraint "cardinal_number_domain_check" There may be other places where this hits. I ran into it creating an "alltypes" table for an example and just grabbed the bit(3) from the documentation on the bit type. This is relatively low priority as I suspect few people use both the information schema AND small bit types right now. elein@varlena.com
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера