| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Database.Esqueleto.PostgreSQL
Description
This module contain PostgreSQL-specific functions.
Since: 2.2.8
Documentation
arrayAgg :: SqlExpr (Value a) -> SqlExpr (Value [a]) Source
(array_agg) Concatenate input values, including NULLs,
into an array.
Since: 2.2.8