collection
Memory optimized data type to be used inside of plpglsql func
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_collection : Memory optimized data type to be used inside of plpglsql func
Information
- Extension ID: 3630
- Extension Name:
collection - Package Name:
pg_collection - Category:
TYPE - License: Apache-2.0
- Website: https://github.com/aws/pgcollection
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0.0
- Postgres Support:
17,16,15,14 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgcollection_$v* - RPM Ver :
1.0.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-collection - DEB Ver :
1.0.0 - DEB Deps: N/A
Availability
Installation
Install collection via the pig CLI tool:
pig ext install pg_collection; # Extension Name
pig ext install collection; # normalized package name
Install pg_collection via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_collection"]}' # -l <cls>
Install pg_collection RPM from YUM repo directly:
dnf install pgcollection_17*;
dnf install pgcollection_16*;
dnf install pgcollection_15*;
dnf install pgcollection_14*;
Install pg_collection DEB from APT repo directly:
apt install postgresql-17-collection;
apt install postgresql-16-collection;
apt install postgresql-15-collection;
apt install postgresql-14-collection;
Create collection extension on PostgreSQL cluster:
CREATE EXTENSION collection;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.