Dependent Objects on Table

From: pratmeht <pratikmehta28(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Dependent Objects on Table
Date: 2019-12-17 05:05:49
Message-ID: 1576559149526-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Postgres Admin Community,

As we know, when a table is dropped, some dependent objects like views, MVs,
functions etc gets dropped. Since there are N number of object types, is
there a way to find out which all object types gets dropped on table drop ?
I searched online and in official documentation however unable to get this
information. Not sure if I may have missed it. Can anyone please help on how
to get this info ?

Regards,
Pratik Mehta

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

Browse pgsql-admin by date

  From Date Subject
Next Message Omkar Dhorge 2019-12-17 05:39:59 Re: DDLs of a Function
Previous Message pratmeht 2019-12-17 05:00:01 DDLs of a Function