Extensions / Functions and aggregates
Minimal C example implementing an inclusive integer set-returning function.
pgext.cloud · Source code · Documentation · Control file
| Package | srf |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2020-02-27 |
| Catalogue updated | 2026-08-30 |
| generate_date_series | generate_series()-style set-returning function for date ranges with integer day steps. |
| unnest_ordinality | Legacy array unnest function that returns each element with its ordinal position. |