deleting dependencies - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject deleting dependencies
Date
Msg-id 06bd01c2d8a7$38616440$6500a8c0@fhp.internal
Whole thread Raw
Responses Re: deleting dependencies  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

I've been looking at the dependency API and I notice that there is a
function to delete ALL dependencies on an object and a function to add a
dependency, but there doesn't seem to be any way of deleting a dependency
between two _particular_ objects.

Is there any other way of doing this other than manually deleting the row
from the pg_depend table?

I'm messing about with changing column type and I need to drop the
dependency on the old type and add the dependency on the new type....

Chris




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: request for sql3 compliance for the update command
Next
From: Michael Meskes
Date:
Subject: Re: request for sql3 compliance for the update command