Commit 9c15646
authored
Add db name to psql command
Without the database name, the psql command returns: `psql: FATAL: database "matt" does not exist.` The required command is "psql testpython", as shown (subtly) in the image below the edited line.1 parent 47a2e39 commit 9c15646
File tree
1 file changed
+1
-1
lines changed- content/posts
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments