Opened 8 years ago

Closed 8 years ago

#26617 closed New feature (fixed)

Support distinct values aggregation in postgres.aggregates.StringAgg

Reported by: Rustam Kashapov Owned by: Tim Graham <timograham@…>
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Add distinct argument support in StringAgg to get distinct values aggregation.

Attachments (1)

26617.patch (3.5 KB ) - added by Rustam Kashapov 8 years ago.

Download all attachments as: .zip

Change History (6)

by Rustam Kashapov, 8 years ago

Attachment: 26617.patch added

comment:1 by Simon Charette, 8 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 8 years ago

Patch needs improvement: set

Left comments for improvement on the PR.

comment:3 by Rustam Kashapov, 8 years ago

The PR is updated.

comment:4 by Simon Charette, 8 years ago

Patch needs improvement: unset

comment:5 by Tim Graham <timograham@…>, 8 years ago

Owner: set to Tim Graham <timograham@…>
Resolution: fixed
Status: newclosed

In df8412d2:

Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.

Note: See TracTickets for help on using tickets.
Back to Top