We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae896e commit a267ec1Copy full SHA for a267ec1
bootcamp/materials/1-dimensional-data-modeling/README.md
@@ -47,7 +47,7 @@ There are two methods to get Postgres running locally.
47
2. Run this command after replacing **`<computer-username>`** with your computer's username:
48
49
```bash
50
- pg_restore -c --if-exists -U user -d postgres data.dump
+ pg_restore -c --if-exists -U <computer-username> -d postgres data.dump
51
```
52
53
If you have any issue, the syntax is `pg_restore -U [username] -d [database_name] -h [host] -p [port] [backup_file]`
0 commit comments