-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What do you want to change?
In queries like:
SELECT [...]
array_agg(authors.name)::TEXT[] AS author_names,
[...]
GROUP BY [...]
It would be nice to have not only TEXT parsed to string but also the possibility to have it parsed to *string.
Is there a workaround or any plans to implmenet this?
What database engines need to be changed?
postgresql
What programming language backends need to be changed?
GO
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request