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

From: Jeremy Finzel <finzelj(at)gmail(dot)com>
To: bricklen <bricklen(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Dependency tree to tie type/function deps to a table
Date: 2017-12-17 21:31:06
Message-ID: CAMa1XUj66axvLmpsOQBHFKYrxLddph7k56MzhRUXAZmew-OJig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeremy Finzel 2017-12-17 21:32:00 Re: Dependency tree to tie type/function deps to a table
Previous Message Melvin Davidson 2017-12-17 21:28:24 Re: vacuum curiosity