asn1oid
asn1oid extension
Module:
Categories:
Overview
MIXED 3rd Party Extension: asn1oid
: asn1oid extension
Information
- Extension ID: 3560
- Extension Name:
asn1oid
- Package Name:
asn1oid
- Category:
TYPE
- License: GPLv3
- Website: https://github.com/df7cb/pgsql-asn1oid
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1
- 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: PIGSTY
- RPM Name:
asn1oid_$v*
- RPM Ver :
1
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-asn1oid
- DEB Ver :
1
- DEB Deps: N/A
Packages
Installation
Install asn1oid
via the pig
CLI tool:
pig ext install asn1oid
Install asn1oid
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["asn1oid"]}' # -l <cls>
Install asn1oid
RPM from YUM repo directly:
dnf install asn1oid_17*;
dnf install asn1oid_16*;
dnf install asn1oid_15*;
dnf install asn1oid_14*;
dnf install asn1oid_13*;
Install asn1oid
DEB from APT repo directly:
apt install postgresql-17-asn1oid;
apt install postgresql-16-asn1oid;
apt install postgresql-15-asn1oid;
apt install postgresql-14-asn1oid;
apt install postgresql-13-asn1oid;
Enable asn1oid
extension on PostgreSQL cluster:
CREATE EXTENSION asn1oid;
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.