I want to retrieve these informations from PostgreSQL for one table name :
For each foreign key, the name of the field corresponding to the fk, and the name of the table witch is referenced by.
Can I do it with sql query ?
Thanks for help
I want to retrieve these informations from PostgreSQL for one table name :
For each foreign key, the name of the field corresponding to the fk, and the name of the table witch is referenced by.
Can I do it with sql query ?
Thanks for help