Re: Function Dependency

Поиск
Список
Период
Сортировка
От Tony Wasson
Тема Re: Function Dependency
Дата
Msg-id 6d8daee30602051818s27078bfhf7e3611bb760d57c@mail.gmail.com
обсуждение исходный текст
Ответ на Function Dependency  (Padam J Singh <padam.singh@inventum.cc>)
Ответы Re: Function Dependency
Список pgsql-sql
On 2/1/06, Padam J Singh <padam.singh@inventum.cc> wrote:
>  Hello,
>
>  I am maintaining an application that has over 400 procedures and functions
> written in plsql, and around 100 tables.
>  I want to generate a function dependency chart to depict the following:
>
>  1. Inter function/procedure dependencies
>  2. function-tables dependencies
>  3. function-sequences depencies
>
>  Is there a standard method of doing this?
>
>  Thanks in advance,
>  Padam.

I too would be interested in a standardized tool to do this. I had a
similar situation and I ended up writing a perl script to parse my SQL
and make a graphviz dot file. I then used graphviz to make a function
dependency chart. I can't promise it would catch every single case,
but I can provide you with the code if you wish to give it a whirl.

Tony Wasson


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

Предыдущее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: new rule syntax?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: new rule syntax?