From: | "Juris Krumins" <juriskr(at)komin(dot)lv> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Temporary tables |
Date: | 2003-08-19 07:26:14 |
Message-ID: | 001801c36623$30026e20$0201010a@ntbdc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello everybody.
Sorry for my english, it's no my native language. So I have problem with my
PostgreSQL 7.3.3 server. Untill now everything works fine, but now I get
lot's of errors:
Warning: pg_exec() [function.pg-exec]: Query failed: ERROR: cache lookup of
relation 149064743 failed . in table.php on line 169
Warning: pg_exec() [function.pg-exec]: Query failed: ERROR: Relation
"tmp_table1" does not exist . in table.php on line 177
Warning: pg_numrows(): supplied argument is not a valid PostgreSQL result
resource in table.php on line 196
Warning: pg_exec() [function.pg-exec]: Query failed: ERROR: Relation
"tmp_table1" does not exist . in table.php on line 221
The only reason of it as I can imagine is high load to server. Can it be so
and if it's not, can anybody tell me reason of it and are there any options
I can change to avoid this situation in future.
Thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Mat | 2003-08-19 07:34:10 | Grouping by date range |
Previous Message | Tom Lane | 2003-08-19 06:10:11 | Re: Why lower's not accept an AS declaration ? |