Skip to content

Commit 7d49361

Browse files
committed
chore: shorten README
1 parent e50b6ff commit 7d49361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Postgres has CSV support on the [COPY](https://www.postgresql.org/docs/current/s
1212
`pg_csv` offers flexible CSV processing as a solution.
1313

1414
- Includes a CSV aggregate that composes with SQL expressions.
15-
- Native C extension, almost 2 times faster than SQL queries that try to output CSV (see our [CI results](https://github.com/PostgREST/pg_csv/actions/runs/17367407744)).
15+
- Native C extension, x2 times faster than SQL queries that try to output CSV (see our [CI results](https://github.com/PostgREST/pg_csv/actions/runs/17367727912)).
1616
- No dependencies except Postgres.
1717

1818
## Installation

0 commit comments

Comments
 (0)