File: control

package info (click to toggle)
first-last-agg 0.1.4-4-gd63ea3b-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: sql: 78; makefile: 30; ansic: 21; sh: 1
file content (23 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: first-last-agg
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>,
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/postgresql/first-last-agg
Vcs-Git: https://salsa.debian.org/postgresql/first-last-agg.git
Homepage: https://github.com/wulczer/first_last_agg

Package: postgresql-15-first-last-agg
Architecture: any
Depends: postgresql-15, ${misc:Depends}, ${shlibs:Depends}
Description: 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).