Re: Dependency tree to tie type/function deps to a table - Mailing list pgsql-general

From Jeremy Finzel
Subject Re: Dependency tree to tie type/function deps to a table
Date
Msg-id CAMa1XUj66axvLmpsOQBHFKYrxLddph7k56MzhRUXAZmew-OJig@mail.gmail.com
Whole thread Raw
In response to Re: Dependency tree to tie type/function deps to a table  (bricklen <bricklen@gmail.com>)
Responses Re: Dependency tree to tie type/function deps to a table
List 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 by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: vacuum curiosity
Next
From: Jeremy Finzel
Date:
Subject: Re: Dependency tree to tie type/function deps to a table