Re: 7.1.2 release - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.1.2 release
Date
Msg-id 1271.989557440@sss.pgh.pa.us
Whole thread Raw
In response to RE: 7.1.2 release  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Regression tests for OBSD scrammed..
Next
From: Tom Lane
Date:
Subject: Re: 7.1.2 release