I am very new to Postgres and the main problem I have now is that I don’t have an overview of my server. If you use something like pgadmin3 it’s easy to browse and to get a general idea of the structure of the database.
So looking for some general commands that could help me discover my database server.
Very basic commands:
Connect to database with client console
Dump db tables
Dump a table schema
List table content
General help
Source/Further info: https://www.postgresql.org/docs/current/static/app-psql.html