Re: Function to Table reference - Mailing list pgsql-general

From Tim Landscheidt
Subject Re: Function to Table reference
Date
Msg-id m37hnosyn3.fsf@passepartout.tim-landscheidt.de
Whole thread Raw
In response to Function to Table reference  (akp geek <akpgeek@gmail.com>)
Responses Re: Function to Table reference  (akp geek <akpgeek@gmail.com>)
Re: Function to Table reference  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Inheritance efficiency
Next
From: akp geek
Date:
Subject: Re: Function to Table reference