what is wrong with data type 'array' ?

Поиск
Список
Период
Сортировка
От Jack Dull
Тема what is wrong with data type 'array' ?
Дата
Msg-id b7561q$2qfh$1@news.hub.org
обсуждение исходный текст
Ответы Re: what is wrong with data type 'array' ?
Список 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 по дате отправления: