deleting dependencies

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема deleting dependencies
Дата
Msg-id 06bd01c2d8a7$38616440$6500a8c0@fhp.internal
обсуждение исходный текст
Ответы Re: deleting dependencies  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: request for sql3 compliance for the update command
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: request for sql3 compliance for the update command