Re: Modifying check constraints

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Modifying check constraints
Date: 2001-11-15 15:05:22
Message-ID: x77kss2hxp.fsf@yertle.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "SS" == Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:

>> Can I change the CHECK constraint afterwards? For example, can I
>> add another value that "tipo" can have, or I'd have to recreate the
>> table?

SS> Right now, I think you'd need to recreate, but 7.2 should let you drop
SS> and re-add the check constraint.

I posted a note the other day to postgres general titled "constraint
surgery" showing how I altered the check constraints on a table asking
if it would cause problems. it is in the list archives for Nov 7 (I
think).

I never got any replies, so I'm getting ready to try it on my
production server and hope it doesn't croak anything.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-11-15 15:24:04 Re: Bug?
Previous Message Tielman J de Villiers 2001-11-15 15:02:54 Re: Serial data type not starting at 1