Re: [HACKERS] deleting dependencies

2003-02-20 Thread Christopher Kings-Lynne
> "Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > > 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

Re: [HACKERS] deleting dependencies

2003-02-20 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > 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 _particul

[HACKERS] deleting dependencies

2003-02-19 Thread Christopher Kings-Lynne
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