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

2008-09-20 Thread Guillaume Smet
Hi Taras, On Sat, Sep 20, 2008 at 10:26 AM, Taras Kopets <[EMAIL PROTECTED]> 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

[BUGS] BUG #4428: renaming tables, columns and fk cheks problem

2008-09-20 Thread Taras Kopets
The following bug has been logged online: Bug reference: 4428 Logged by: Taras Kopets Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Win XP SP2 Description:renaming tables, columns and fk cheks problem Details: -- a simple test case to