Re: [NOVICE] Array Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [NOVICE] Array Problem
Дата
Msg-id 24645.973153990@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Array Problem  (John Burski <John.Burski@911ep.com>)
Список pgsql-general
John Burski <John.Burski@911ep.com> writes:
> If I specify a particular array subscipt, for example:
>      SELECT name, links[1] FROM testa;
> I get an error message that says:
>      ERROR:  Unable to locate type name 'vals' in catalog

In 6.5.* and earlier, you have to write out "testa.links[1]", IIRC.

> Any suggestions?  Upgrading to 7.0 is not an option at the present time.

The above is just one of a depressingly large number of array-related
bugs fixed in 7.0.  Not to mention a lot of non-array-related bugs fixed
in 7.0.  I strongly recommend that you update.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Re: Problem with coalesce..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Two Postmasters on the Same Machine