Skip to content

Commit 4d89e9b

Browse files
committed
chore: make clear pg >=12 is supported
1 parent 7d49361 commit 4d89e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Postgres has CSV support on the [COPY](https://www.postgresql.org/docs/current/s
1717

1818
## Installation
1919

20-
Clone this repo and run:
20+
PostgreSQL >= 12 is supported. Clone this repo and run:
2121

2222
```bash
2323
make && make install
@@ -96,7 +96,7 @@ select csv_agg(x, csv_options(delimiter := E'\t')) from projects x;
9696

9797
You can include a byte-order mark (BOM) to make the CSV compatible with Excel.
9898

99-
```sql
99+
```
100100
select csv_agg(x, csv_options(bom := true)) from projects x;
101101
102102
csv_agg

0 commit comments

Comments
 (0)