User Tools

Site Tools


database:postgres

This is an old revision of the document!


Table of Contents

Postgres

Docker

The container in the hub: https://hub.docker.com/_/postgres/

To query the postgres container connect to it using psql

docker exec -it postgres psql -h postgres -U postgres

Enter the password.

To list all databases enter do

postgres-#  \l
database/postgres.1510559325.txt.gz · Last modified: (external edit)