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' ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: u_andy@pisem.net
Дата:
Сообщение: user authentication
Следующее
От: Brad Paul
Дата:
Сообщение: pg_dump: NOTICE: ShmemAlloc: out of memory