asn1oid
asn1oid extension
Repository
df7cb/pgsql-asn1oid
https://github.com/df7cb/pgsql-asn1oid
Source
pgsql-asn1oid-1.6.tar.gz
pgsql-asn1oid-1.6.tar.gz
Overview
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 3620 | asn1oid | No | Yes | No | Yes | No | Yes | - |
| Related | isn uri country emailaddr pg_html5_email_address |
|---|
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | MIXED | 1.6 | 1817161514 | asn1oid | - |
| RPM | PIGSTY | 1.6 | 1817161514 | asn1oid_$v | - |
| DEB | PGDG | 1.6 | 1817161514 | postgresql-$v-asn1oid | - |
Build
You can build the RPM packages for asn1oid using pig build:
Install
You can install asn1oid directly. First, make sure the PGDG and PIGSTY repositories are added and enabled:
Install the extension using pig or apt/yum/dnf:
Install
pig
dnf
apt
Create Extension:
Usage
The asn1oid extension provides a data type for storing and comparing ASN.1 Object Identifiers (OIDs).
Data Type
The asn1oid type stores ASN.1 OID values in dotted-decimal notation (e.g., 1.3.6.1.4.1.311). These are hierarchical identifiers used in SNMP, LDAP, X.509 certificates, and other standards.
Operators
Standard comparison operators are supported for ordering and equality: =, <>, <, >, <=, >=.
Casts
The type supports casting to and from text.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)