debversion
Debian version number data type
Module:
Categories:
Overview
PGDG 1st Party Extension: debversion
: Debian version number data type
Information
- Extension ID: 3870
- Extension Name:
debversion
- Package Name:
debversion
- Category:
TYPE
- License: PostgreSQL
- Website: https://github.com/ATIX-AG/postgresql-debversion-evr
- Language: SQL
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.2
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: None
- RPM Name:
N/A
- RPM Ver : N/A
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-debversion
- DEB Ver :
1.2
- DEB Deps: N/A
Packages
Installation
Install debversion
via the pig
CLI tool:
pig ext install debversion
Install debversion
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["debversion"]}' # -l <cls>
Install debversion
DEB from APT repo directly:
apt install postgresql-17-debversion;
apt install postgresql-16-debversion;
apt install postgresql-15-debversion;
apt install postgresql-14-debversion;
apt install postgresql-13-debversion;
Enable debversion
extension on PostgreSQL cluster:
CREATE EXTENSION debversion;
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.