[BUGS] BUG #14521: pg_attribute.attndims = 0 for array column
| От | krzysztof.heim@gmail.com |
|---|---|
| Тема | [BUGS] BUG #14521: pg_attribute.attndims = 0 for array column |
| Дата | |
| Msg-id | 20170201102303.1406.38167@wrigleys.postgresql.org обсуждение исходный текст |
| Ответы |
Re: [BUGS] BUG #14521: pg_attribute.attndims = 0 for array column
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 14521 Logged by: Krzysztof Heim Email address: krzysztof.heim@gmail.com PostgreSQL version: 9.6.1 Operating system: Ubuntu 16.04 Description: Hello, I have base table A with column type integer array. I also have table B derived from table A. When I query pg_attribute for table A, attndims shows 1 (correct), when I do same query for table B - attndims shows 0 for same column. Is it a bug, or it's desired behavior (since it's a derived column). I checked documentation, and it does not say anything about behavior in case of derived - just says if attndims is > 0 you can assume it's array. Thanks -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
В списке pgsql-bugs по дате отправления: