Re: BUG #4428: renaming tables, columns and fk cheks problem - Mailing list pgsql-bugs

From Guillaume Smet
Subject Re: BUG #4428: renaming tables, columns and fk cheks problem
Date
Msg-id 1d4e0c10809200339u1ea64ae5t3e467075199817f1@mail.gmail.com
Whole thread Raw
In response to BUG #4428: renaming tables, columns and fk cheks problem  ("Taras Kopets" <tkopets@gmail.com>)
List pgsql-bugs
Hi Taras,

On Sat, Sep 20, 2008 at 10:26 AM, Taras Kopets <tkopets@gmail.com> wrote:
> INSERT INTO fkb VALUES(6,4);    --  stange error (see below)
> -- ERROR: relation "public.fktest_a" does not exist
> -- SQL state: 42P01
> -- Context: SQL statement "SELECT 1 FROM ONLY "public"."fktest_a" x WHERE
> "a_id" OPERATOR(pg_catalog.=) $1 FOR SHARE OF x"

This problem has already been reported a couple of days ago.

See this thread for more information:
http://archives.postgresql.org/pgsql-bugs/2008-09/msg00090.php .

It has been fixed by Tom Lane and will be part of the 8.3.4 release
which should be released in the next few days.

Thanks for your very detailed report.

--
Guillaume

pgsql-bugs by date:

Previous
From: "Taras Kopets"
Date:
Subject: BUG #4428: renaming tables, columns and fk cheks problem
Next
From: sagar koirala
Date:
Subject: Error in starting PostgreSQL Server 7.4 after crash