deleting dependencies

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: deleting dependencies
Date: 2003-02-20 06:13:43
Message-ID: 06bd01c2d8a7$38616440$6500a8c0@fhp.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2003-02-20 08:19:00 Re: request for sql3 compliance for the update command
Previous Message Bruce Momjian 2003-02-20 05:24:45 Re: request for sql3 compliance for the update command