Question about dependency functions in the backend

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Question about dependency functions in the backend
Date: 2006-04-23 09:04:27
Message-ID: 1145783067.2135.6.camel@voyager.truesoftware.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I was wondering whether there is a backend function to help finding the
dependencies on a relation.column inside pg_depend. Something like
dependency.c:0255:findAutoDeletableObjects also taking the "refobjsubid"
with the search. This I ask in order to avoid reinventing the wheel :)

Perhaps the "findAutoDeletableObjects" could be used but the function
name is confusing.

Thanks.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Wes 2006-04-23 14:06:59 Concurrency problem building indexes
Previous Message Bruce Momjian 2006-04-23 04:01:51 Re: [GENERAL] Transaction eating up all RAM