Skip to content

Commit

Permalink
show more details about the database schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Feb 25, 2024
1 parent cbc5db2 commit a88c945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ When anything goes wrong, you can execute psql commands as:

```bash
docker compose exec -T postgres psql -U postgres quotes <<'EOF'
\d
\dt+ public.*
\d+ public.*
select * from quote;
EOF
docker compose exec -T postgres pg_dump -U postgres -s quotes
```

0 comments on commit a88c945

Please sign in to comment.