Re: Function to Table reference

Поиск
Список
Период
Сортировка
От akp geek
Тема Re: Function to Table reference
Дата
Msg-id o2v2024a9fb1004300921y72879f90nff3ce34476da467c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Function to Table reference  (Tim Landscheidt <tim@tim-landscheidt.de>)
Список pgsql-general
got it.. Thank you

On Fri, Apr 30, 2010 at 12:17 PM, Tim Landscheidt <tim@tim-landscheidt.de> wrote:
(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


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Tim Landscheidt
Дата:
Сообщение: Re: Function to Table reference
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Indexing queries with bit masks