Getting Primary * Foreign Key Information?

Started by Bernie Holmesover 24 years ago1 messagesgeneral
Jump to latest
#1Bernie Holmes
holmes@msu.edu

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.