SQL Query for Foreign constraint - Mailing list pgsql-general

From Bhim Kumar
Subject SQL Query for Foreign constraint
Date
Msg-id CADzfocdYDwD5Cdir8RvAAx68wFZyQfmEMUOqdDpszCTm0S-RGw@mail.gmail.com
Whole thread Raw
Responses Re: SQL Query for Foreign constraint  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
Hi sir

Currently I am using following query on mysql :

* SHOW TABLES;   ---> To get list of table in a particular db.
* SELECT TABLE_NAME, CONSTRAINT_NAME, COLUMN_NAME, REFERENCED_TABLE_NAME, REFERENCED_COLUMN_NAME from information_schema.key_column_usage WHERE constraint_schema ='myDBName';
    --->  to get foreign constraint information.
* SHOW INDEX FROM myTableName FROM myDBName;

I am required to get above information from postgres.

I didn't find postgres query corresponding to above mysql query to fetch corresponding information.

PS : help me for above query in postgres.

Best Regards.
Bhim

pgsql-general by date:

Previous
From: Marc Brazeau
Date:
Subject: pljava on postgres 9.3, mac & windows
Next
From: Granthana Biswas
Date:
Subject: Dead rows not getting removed during vacuum