Re: Dependency tree to tie type/function deps to a table

Поиск
Список
Период
Сортировка
От Jeremy Finzel
Тема Re: Dependency tree to tie type/function deps to a table
Дата
Msg-id CAMa1XUj66axvLmpsOQBHFKYrxLddph7k56MzhRUXAZmew-OJig@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Dependency tree to tie type/function deps to a table  (bricklen <bricklen@gmail.com>)
Ответы Re: Dependency tree to tie type/function deps to a table  (Jeremy Finzel <finzelj@gmail.com>)
Список pgsql-general
Perhaps you'll find the version on the wiki useful as reference, it's an older version of the dependencies, and can be found at https://wiki.postgresql.org/wiki/Pg_depend_display

This is where I started.  However, I noticed that it do everything I need.  As I said in my original post, as an example if I have a function foo() that returns type setof foo where foo is a foreign table, the pg_depend_display functions shows no connection between the function foo()  and the type foo to the table foo.

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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: vacuum curiosity
Следующее
От: Jeremy Finzel
Дата:
Сообщение: Re: Dependency tree to tie type/function deps to a table