Ralph Graulich <maillist(at)shauny(dot)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