Thread: Getting Primary * Foreign Key Information?

Getting Primary * Foreign Key Information?

From
Bernie Holmes
Date:
How do I get primary and foreign key data for a table?

Are there Postgres functions that return this information?

What tables should I join to pg_index and pg_trigger to get this
information?

Thanks for any assistance.