Thread: Foreign key creation in pgadmin

Foreign key creation in pgadmin

From
Bill
Date:
Hello

Is there an eta on the ability to add foreign keys to existing tables?
I saw this functionality is on the To Do List page but it didnt mention
a timetable.

Thanks

-bill




Re: Foreign key creation in pgadmin

From
"Dave Page"
Date:

> -----Original Message-----
> From: Bill [mailto:bhalpin@collaborativefusion.com]
> Sent: 22 October 2002 15:41
> To: pgadmin
> Subject: [pgadmin-support] Foreign key creation in pgadmin
>
>
> Hello
>
> Is there an eta on the ability to add foreign keys to
> existing tables?
> I saw this functionality is on the To Do List page but it
> didnt mention a timetable.

No, there is no eta, and it may not happen at all until pgAdmin III if
I'm honest. There is instruction on how to do it in SQL in the helpfiles
though - look in the PostgreSQL reference manual under ALTER TABLE.

Regards, Dave.