Re: [QUESTIONS] Error: ComputeDataSize

Поиск
Список
Период
Сортировка
От Goran Thyni
Тема Re: [QUESTIONS] Error: ComputeDataSize
Дата
Msg-id 35012DB5.4838D288@bildbasen.se
обсуждение исходный текст
Ответы Re: [QUESTIONS] Error: ComputeDataSize  (Patrick Scott Pierce <pspierce@slacker.design.mindspring.net>)
Список pgsql-hackers
Patrick Scott Pierce wrote:
>
> I run this query:
>
> select distinct task.*
> from project, task
> where task.projid = (select projid from project where custid =
> (select custid from customer where domain = 'atlantahighrise.com')
> and title = 'Initial site design')
> and task.owner = 'ninjaman' order by priority
>
> And get this error:
> ERROR:  ComputeDataSize: attribute 0 has len 0
>

At least 6.3 is strict about tables.
The table "project" is not used in the main query,
remove it and it should be OK.

I don't know if this behaviour is intentional or a "feature",
anyone having more insite into this.

    regards,
--
---------------------------------------------
Göran Thyni, sysadm, JMS Bildbasen, Kiruna

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] dec alpha/64bit stuff
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: Bad interaction between databases