> I am a beginner with Postgres and my question is quite simple.
> I want to make a query to see the contents of a database, i mean, see
> wich tables exist in a database.
Within the psql command line client type "\d" (without the quotation
marks).
Kind regards
... Ralph ...