Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mla committed Feb 12, 2024
1 parent 4fac35d commit f574849
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ PostgreSQL database named "mydb", a sample database could be constructed with:

```
$ createdb sampledb
$ pg_sample mydb | psql sampledb
$ pg_sample mydb | psql -v ON_ERROR_STOP=1 sampledb
```

The "-v ON_ERROR_STOP=1" option is not required but is recommended to catch any
import errors.


## Requirements

- PostgreSQL 8.1 or later
Expand Down

0 comments on commit f574849

Please sign in to comment.