Extensions / Functions and aggregates
rowalesce() is like coalesce(), but for rows and other composite types.
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | pg_rowalesce |
|---|---|
| Version | 0.1.12 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 8 |
| Latest commit | 2023-11-28 |
| Latest release | 2023-11-29 |
| Catalogue updated | 2026-08-30 |
| hstore | data type for storing sets of (key, value) pairs |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| jsquery | data type for jsonb inspection |
| pgjq | Use jq in Postgres |
| pg_projection | MongoDB-like read projections for JSONB in PostgreSQL |
| monq | MongoDB-like query support for jsonb data |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| jsonb_deep_sum | Recursively sum numeric fields in JSONB objects |
| jsonknife | Useful jsonb inspection and transformation functions |