Re: [SQL] array dimensions, pg_catalog.pg_attribute and the \d command

2012-02-03 Thread Dmitriy Igrishin
Hey Achilleas, 2012/2/3 Achilleas Mantzios > Hello, > just a question regarding multidimensional arrays. > When i create an array, its number of dimensions is recorded in > pg_catalog.pg_attribute (attndims), but they are not enforced upon > insertion, > nor is this presented by \d command. (i d

[SQL] array dimensions, pg_catalog.pg_attribute and the \d command

2012-02-03 Thread Achilleas Mantzios
Hello, just a question regarding multidimensional arrays. When i create an array, its number of dimensions is recorded in pg_catalog.pg_attribute (attndims), but they are not enforced upon insertion, nor is this presented by \d command. (i didn't see any attndims column showing up in the logs)