Skip to content

Conversation

steve-chavez
Copy link
Member

Now we use the following interface for the agg:

SELECT csv_agg(x, csv_options(';'))
SELECT csv_agg(x, csv_options(delimiter := '|'))

SELECT csv_agg(x) -- works as usual

This using a composite type plus a function constructor.

Also bumps version to 0.2.

Now we use the following interface for the agg:

```sql
SELECT csv_agg(x, csv_options(';'))
SELECT csv_agg(x, csv_options(delimiter := '|'))

SELECT csv_agg(x) -- works as usual
```

This using a composite type plus a function constructor.

Also bumps version to 0.2.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16811811075

Details

  • 27 of 27 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 96.739%

Totals Coverage Status
Change from base Build 16811033597: 0.5%
Covered Lines: 89
Relevant Lines: 92

💛 - Coveralls

@steve-chavez steve-chavez merged commit 010a1aa into PostgREST:master Aug 7, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants