Re: Removing foreign keys

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: psql novice <psql_novice(at)operamail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Removing foreign keys
Date: 2003-07-16 04:39:53
Message-ID: 3F14D719.3030006@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

psql novice wrote:
>
> Is it possible to remove foreign keys from a table?

I don't exactly understand what you mean by "remove". Do you mean
dropping the whole column? Setting the field to null? Dropping the
foreign key constraint?

Jean-Christian Imbeault

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Grant Rhodes 2003-07-16 04:48:16 Re: Problem with psql interface
Previous Message psql novice 2003-07-16 04:03:42 Re: Removing foreign keys