Re: max relations in a single database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: max relations in a single database
Дата
Msg-id 19264.1027266819@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: max relations in a single database  (Ralph Graulich <maillist@shauny.de>)
Ответы Re: max relations in a single database  (Ralph Graulich <maillist@shauny.de>)
Список pgsql-general
Ralph Graulich <maillist@shauny.de> writes:
> While importing the dump file I get the following message on my logfile:
> RTERangeTablePosn: RTE not found (internal error)

Oh?

> I traced that back to a CREATE VIEW statement:

> CREATE VIEW horse_exported_imported_by_year_country
> AS
> .
> .
> .

> If I copy'n'paste this definition by hand it tells me that it truncates
> the identifier:

> NOTICE:  identifier "horse_exported_imported_by_year_country" will be
> truncated to "horse_exported_imported_by_year"

> Can this cause any error as listed above?

No, I don't think so.  Can you post a self-contained example for someone
else to try?  I'm still suspicious of flaky hardware, but ...

            regards, tom lane

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

Предыдущее
От: Ralph Graulich
Дата:
Сообщение: Re: max relations in a single database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: max relations in a single database