| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Ralph Graulich <maillist(at)shauny(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: max relations in a single database |
| Date: | 2002-07-21 15:53:39 |
| Message-ID: | 19264.1027266819@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-07-21 16:13:05 | Re: max relations in a single database |
| Previous Message | Ralph Graulich | 2002-07-21 15:40:59 | Re: max relations in a single database |