Re: Function to Table reference

From: Tim Landscheidt <tim(at)tim-landscheidt(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Function to Table reference
Date: 2010-04-30 16:17:36
Message-ID: m37hnosyn3.fsf@passepartout.tim-landscheidt.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

(anonymous) wrote:

> Is there a way to find which functions are being used by table.
> Ex :- If there are functions fnc_a, fnc_b, fnc_c and table A is used in
> fnc_a and fnc_c, How can we find that ? can you please help?

Basically, you can't. Functions are more or less black boxes
to PostgreSQL.

Tim

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message akp geek 2010-04-30 16:21:35 Re: Function to Table reference
Previous Message Geoffrey 2010-04-30 16:14:10 temp tables