Re: [GENERAL] Issue adding foreign key

2004-10-30 Thread Edmund Bacon
[EMAIL PROTECTED] ("George Woodring") writes: > I have 2 existing tables in my db: > > iss=> \d pollgrpinfo > Table "public.pollgrpinfo" > Column | Type | Modifiers > ---++--- > pollgrpinfoid | integer

[GENERAL] Issue adding foreign key

2004-10-28 Thread George Woodring
I have 2 existing tables in my db: iss=> \d pollgrpinfo Table "public.pollgrpinfo" Column | Type | Modifiers ---++--- pollgrpinfoid | integer| not null pollgrpid | integer| not