Re: exceeded MAX_ALLOCATED_DESCS while trying to open file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: exceeded MAX_ALLOCATED_DESCS while trying to open file
Дата
Msg-id 25115.1370800183@sss.pgh.pa.us
обсуждение исходный текст
Ответ на exceeded MAX_ALLOCATED_DESCS while trying to open file  (Steve.Toutant@inspq.qc.ca)
Список pgsql-admin
Steve.Toutant@inspq.qc.ca writes:
> Using postgres 9.2, I created a FOREIGN TABLE on a csv file. It works.
> But I need to change the structure of the data and I created several sql
> select using union, like
> select .... from .foreign table... where...
> union
> select .... from .foreign table... where...
> union
> ...
> It works for the first 10 select but then I get
> ERROR:  exceeded MAX_ALLOCATED_DESCS while trying to open file
> "/srv/www/data/antidote/registre.csv"

FYI, I've committed some changes that will relax this limit in future
releases.

            regards, tom lane


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

Предыдущее
От: l duynslager
Дата:
Сообщение: Re: DBD::Pg requires at least protocol version 3.0
Следующее
От: Viru Kanjilal
Дата:
Сообщение: How do you use PostgreSQL ?