Skip to content

Commit

Permalink
oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimgunduz committed Jul 28, 2022
1 parent 90906a3 commit 0fb4864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Since JSONB data is quite large to store on Github, the backup is not a plain SQ
file. You can still use psql/pgAdmin, etc. to load pagila-schema-jsonb.sql, however
please use pg_restore to load jsonb data files:

```text
```
pg_restore /usr/share/pagila/pagila-data-yum-jsonb.sql -U postgres -d pagila
pg_restore /usr/share/pagila/pagila-data-apt-jsonb.sql -U postgres -d pagila
```sql
```

## VERSION HISTORY

Expand Down

0 comments on commit 0fb4864

Please sign in to comment.