View Single Post

   
  #2 (permalink)  
Old 04-10-2008, 10:41 AM
TANIDA Yutaka
 
Posts: n/a
Default Re: "Relation not found" error but table exits.

Hi,

On Thu, 22 Mar 2007 07:48:18 +0000
Heikki Linnakangas <heikki@enterprisedb.com> wrote:

> Can you reproduce this with 8.2?


Yes, I can.

[tanida@srapc2209 tmp]$ psql -p 54382
Welcome to psql 8.1.2 (server 8.2.3), the PostgreSQL interactive terminal.
(snip)
tanida=# \q
[tanida@srapc2209 tmp]$ pgbench -p 54382 -n -f test_function.sql -c 10 -t 100
Client 8 aborted in state 1: ERROR: relation "history" does not exist


--
TANIDA Yutaka <tanida@sraoss.co.jp>


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote