Re: Foreign Key Problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: Foreign Key Problem
Date
Msg-id 4979.1115089847@sss.pgh.pa.us
Whole thread Raw
In response to Re: Foreign Key Problem  (<operationsengineer1@yahoo.com>)
List pgsql-novice
<operationsengineer1@yahoo.com> writes:
> tom, i don't know if this is a pgadmin display issue
> or if it a pgsql issue.

The presence of a dropped column in that dropdown menu is certainly
a pgadmin bug.  I suspect that the bug may be leading to other
misbehaviors, say for instance the display of which columns reference
which might be offset by 1 because of the bogus appearance of the
dropped column in the list.  But that is strictly a guess.

You should get some pgadmin hackers involved before doing anything else.
In particular, I'd counsel against dropping the tables involved before
a fix has been verified, because it could be that there are more
contributing factors than just "you dropped a column".  If you wipe the
tables now you might be destroying evidence that is needed to fix the
bug.  (And if the bug is indeed on the backend side rather than in
pgadmin, that advice goes double.)

            regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Purpose of pgsql/data/global directory? - permissions error
Next
From:
Date:
Subject: Re: Foreign Key Problem