I am working about a very hudge PostgreSQL database.
The database have more hundred relations between table. But I want to link two tables named "client" and "services" (in order to quering these tables) but I don't know what relations take to link them.
I can't install tools to do this. I can only use the command-line interface.
Are there a way to do that ?
EDIT : This question is not duplicate because I never ask the relation presents in a table. I want a way to map (get all tables) between two tables. These two tables don't have a common relation because they are distant from many tables in the database.