first-last-agg 0.1.4-4-gd63ea3b-4 source package in Ubuntu

Changelog

first-last-agg (0.1.4-4-gd63ea3b-4) unstable; urgency=medium

  * Upload for PostgreSQL 14.

 -- Christoph Berg <email address hidden>  Fri, 15 Oct 2021 13:52:19 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
first-last-agg_0.1.4-4-gd63ea3b-4.dsc 2.1 KiB 047d63cc053b82158ef0cd63061a9e585595d52e62e251b47fba438d9bb1ed74
first-last-agg_0.1.4-4-gd63ea3b.orig.tar.gz 3.4 KiB 5dd0f82b0a08932e6a19d3f98b5390a9a5c2993b0b397a6bd78f0ac553e0884e
first-last-agg_0.1.4-4-gd63ea3b-4.debian.tar.xz 2.3 KiB dcb453b14635162964a838d8a2c4156fd38a632da9ce587d3bbe6f1d4974d937

No changes file available.

Binary packages built by this source

postgresql-14-first-last-agg: PostgreSQL extension providing first and last aggregate functions

 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).

postgresql-14-first-last-agg-dbgsym: debug symbols for postgresql-14-first-last-agg