Magic words:
psql -U postgres
If run with -E
flag, it will describe the underlaying queries of the \
commands (cool for learning!).
Most \d
commands support additional param of __schema__.name__
and accept wildcards like *.*
web: | |
image: wordpress | |
links: | |
- mysql | |
environment: | |
- WORDPRESS_DB_PASSWORD=myPass | |
working_dir: /var/www/html | |
volumes_from: | |
- data | |
ports: |