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:32:00
Message-ID: CAMa1XUhUFnV35eGAJHrKQ5md_9FpHJhKRLoJwvqrUNCOMP9s4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Dec 17, 2017 at 3:31 PM, Jeremy Finzel <finzelj(at)gmail(dot)com> wrote:

> 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.
>

Sorry - Haste makes waste - I meant to say "I noticed that it *doesn't* do
everything I need".

In response to

Browse pgsql-general by date

  From Date Subject
Next Message chiru r 2017-12-18 00:10:16 Re: PgBackRest question?
Previous Message Jeremy Finzel 2017-12-17 21:31:06 Re: Dependency tree to tie type/function deps to a table