[EMAIL PROTECTED] writes:
>   I was wondering if there is any way to use psql to list tables that
> are dependent to a specific table.  Instead of going through every table
> in my database and looking for foreign keys, can I somehow get an entire
> list of these dependent tables?  Any help would be much appreciated, thanks!

pg_depend might help, although I think it'd be a multi-step link.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org/

Reply via email to