what is wrong with data type 'array' ? - Mailing list pgsql-general

From Jack Dull
Subject what is wrong with data type 'array' ?
Date
Msg-id b7561q$2qfh$1@news.hub.org
Whole thread Raw
Responses Re: what is wrong with data type 'array' ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
hi, all:    When I tried the example from PostgreSQL guide as follows:CREATE
TABLE sal_emp (
    name            text,
    pay_by_quarter  integer[],
    schedule        text[][]
);   To my surprised, the table created actually isCREATE TABLE sal_emp (
    name            text,
    pay_by_quarter  integer[],
    schedule        text[]
);   I was wondering if PostgreSQL really supports multidimensional array
with more than tow dimensions? jack_dull


pgsql-general by date:

Previous
From: u_andy@pisem.net
Date:
Subject: user authentication
Next
From: Brad Paul
Date:
Subject: pg_dump: NOTICE: ShmemAlloc: out of memory