Re: BUG #2644: pgadmin III foreign key

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <massicitte(at)libero(dot)it>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2644: pgadmin III foreign key
Date: 2006-09-28 10:17:58
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D0FC@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> -----Original Message-----
> From: massicitte(at)libero(dot)it [mailto:massicitte(at)libero(dot)it]
> Sent: 27 September 2006 17:09
> To: Dave Page
> Subject: RE: [BUGS] BUG #2644: pgadmin III foreign key
>
> ---------- Initial Header -----------
>
> From : "Dave Page" dpage(at)vale-housing(dot)co(dot)uk
> To : massicitte(at)libero(dot)it
> Cc :
> Date : Tue, 26 Sep 2006 17:03:18 +0100
> Subject : RE: [BUGS] BUG #2644: pgadmin III foreign key
>
>
> OK thank you.
> I try Version 1.6 beta 1 and I find very good improvements but
> I'm sorry Foreign key wizard still do not work properly.
>
> Access the db with user postgres;
> Create DB test;
> create schema postgres;
> drop schema public;
> Disconnect;
> Access the db with user postgres;
> create table1;
> create table2;
>
>
> create foreign key on table1 for table2 does not work with
> GUI, you need to write the SQL CODE.

That works perfectly for me. Are you trying to reference properly
indexed columns? What do your table definitions look like?

> I download the sources, if i have time i will search where is
> the problem.

OK, thanks.

Regards, Dave.

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Page 2006-09-28 15:11:40 Re: BUG #2644: pgadmin III foreign key
Previous Message Tim N. van der Leeuw 2006-09-28 09:06:53 BUG #2660: Cannot install ISN extension when charset=UTF88