Re: "Relation not found" error but table exits.

From: TANIDA Yutaka <tanida(at)sraoss(dot)co(dot)jp>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: "Relation not found" error but table exits.
Date: 2007-03-22 11:42:08
Message-ID: 20070322204208.918db755.tanida@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Hi,

On Thu, 22 Mar 2007 07:48:18 +0000
Heikki Linnakangas <heikki(at)enterprisedb(dot)com> wrote:

> Can you reproduce this with 8.2?

Yes, I can.

[tanida(at)srapc2209 tmp]$ psql -p 54382
Welcome to psql 8.1.2 (server 8.2.3), the PostgreSQL interactive terminal.
(snip)
tanida=# \q
[tanida(at)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(at)sraoss(dot)co(dot)jp>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-03-22 15:05:52 Re: "Relation not found" error but table exits.
Previous Message msmbarabino@virgilio.it 2007-03-22 10:59:04 Re: Very slow bytea extraction

Browse pgsql-hackers by date

  From Date Subject
Next Message Ivan Zolotukhin 2007-03-22 11:59:24 Google SoC idea: FTS support in GUI tools
Previous Message Andrew Dunstan 2007-03-22 11:09:31 Re: CREATE INDEX and HOT - revised design