Skip to content

Commit

Permalink
readme: update to generic path
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Dec 17, 2023
1 parent ba4bf45 commit 9ab680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you get data compressed as bzip2, whether through [HTTP](https://github.com/p
For this example we'll use `fio_writefile` from [pgsql-fio](https://github.com/csimsek/pgsql-fio), which offers a convenient way to write a file from SQL.

```sql
select fio_writefile('/home/stevechavez/Projects/pg_bzip/my_text.bz2', bzip2(repeat('my secret text to be compressed', 1000)::bytea)) as writesize;
select fio_writefile('/path/to/my_text.bz2', bzip2(repeat('my text to be compressed', 1000)::bytea)) as writesize;

writesize
-----------
Expand Down

0 comments on commit 9ab680d

Please sign in to comment.