Re: 7.1.2 release

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.1.2 release
Date: 2001-05-11 05:04:00
Message-ID: 1271.989557440@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> I gather that the following code goes though the heap and removes all check
> contraints associated with a particular table, but how do I extend the code
> to match both a table relid and the constraint name?

Add another ScanKey. Look at uses of ScanKeyEntryInitialize for examples.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martín Marqués 2001-05-11 05:19:24 Re: 7.2 items
Previous Message Tom Lane 2001-05-11 05:00:54 Re: Regression tests for OBSD scrammed..