Re: BUG #4428: renaming tables, columns and fk cheks problem

From: "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
To: "Taras Kopets" <tkopets(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4428: renaming tables, columns and fk cheks problem
Date: 2008-09-20 10:39:52
Message-ID: 1d4e0c10809200339u1ea64ae5t3e467075199817f1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Taras,

On Sat, Sep 20, 2008 at 10:26 AM, Taras Kopets <tkopets(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message sagar koirala 2008-09-22 02:56:08 Error in starting PostgreSQL Server 7.4 after crash
Previous Message Taras Kopets 2008-09-20 08:26:24 BUG #4428: renaming tables, columns and fk cheks problem