dolthub / dolthub/doltgresql

`CREATE AGGREGATE` support

Open
#757 0 comments 0 reactions 0 assignees View on GitHub
data import enhancement
Dominant language
Go
Stars
2.1k
Forks
73
Avg merge
1d 10h
Merged PRs (30d)
129

Description

Doltgres does not yet support [creating aggregate functions through the `CREATE AGGREGATE` statement](https://www.postgresql.org/docs/current/sql-createaggregate.html).

Example from the Sakila data dump:
```sql
CREATE AGGREGATE group_concat(text) (
SFUNC = _group_concat,
STYPE = text
);
```

Discovered through testing the Sakila data dump.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.