array dimensions, pg_catalog.pg_attribute and the \d command - Mailing list pgsql-sql

From Achilleas Mantzios
Subject array dimensions, pg_catalog.pg_attribute and the \d command
Date
Msg-id 201202031741.59171.achill@matrix.gatewaynet.com
Whole thread Raw
Responses Re: array dimensions, pg_catalog.pg_attribute and the \d command
List pgsql-sql
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)

Any reasons why this is so?


pgsql-sql by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: MS-SQL Store Procedure to Postgresql Function
Next
From: Dmitriy Igrishin
Date:
Subject: Re: array dimensions, pg_catalog.pg_attribute and the \d command