how to know which object depend of it? - Mailing list pgsql-novice

From Akbar
Subject how to know which object depend of it?
Date
Msg-id 1107362401.11226.1.camel@tux.akbarhome
Whole thread Raw
Responses Re: how to know which object depend of it?
Re: how to know which object depend of it?
List pgsql-novice
I try to drop some constraint.... it said ERROR: cannot drop constraint
blablabla on table blablabla because other object depend on it...
HINT: blablabla

How do I know which object depend on this constraint? Somebody told me
to use pg_depend... SELECT * FROM pg_depend give me headache.....

Thank you....

regards,

akbar



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Last ID Problem
Next
From: Hasnul Fadhly bin Hasan
Date:
Subject: Accessing insert values in triggers