topn
topn
topn : type for top-n JSONB
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 4600 | topn
|
topn
|
2.7.0 |
FUNC
|
AGPL-3.0
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d--
|
No
|
Yes
|
No
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| See Also | count_distinct
quantile
lower_quantile
first_last_agg
omnisketch
ddsketch
aggs_for_arrays
aggs_for_vecs
|
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
2.7.0 |
18
17
16
15
14
13
|
topn |
- |
| RPM | PGDG
|
2.7.0 |
18
17
16
15
14
13
|
topn_$v* |
- |
| DEB | PIGSTY
|
2.7.0 |
18
17
16
15
14
13
|
postgresql-$v-topn |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
el8.aarch64
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
el9.x86_64
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
el9.aarch64
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
el10.x86_64
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
el10.aarch64
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
PGDG 2.7.0
|
d12.x86_64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
d12.aarch64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
d13.x86_64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
d13.aarch64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
u22.x86_64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
u22.aarch64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
u24.x86_64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
u24.aarch64
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
PIGSTY 2.7.0
|
Source
pig build pkg topn; # build spec not readyInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install topn; # install via package name, for the active PG version
pig install topn -v 18; # install for PG 18
pig install topn -v 17; # install for PG 17
pig install topn -v 16; # install for PG 16
pig install topn -v 15; # install for PG 15
pig install topn -v 14; # install for PG 14
pig install topn -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION topn;Last updated on