Skip to content

Commit

Permalink
Fix typo (github#754)
Browse files Browse the repository at this point in the history
Co-authored-by: Lana Brindley <github@lanabrindley.com>
  • Loading branch information
svenklemm and Loquacity authored Feb 1, 2022
1 parent 86450be commit acc12ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ database and restore the data.
<procedure>

### Restoring an entire database from backup
1. In `pgsql`, create a new database to restore to, and connect to it:
1. In `psql`, create a new database to restore to, and connect to it:
```sql
CREATE DATABASE exampledb;
\c exampledb
Expand Down

0 comments on commit acc12ad

Please sign in to comment.