pgx_ulid
ulid type and methods
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgx_ulid
: ulid type and methods
Information
- Extension ID: 4510
- Extension Name:
pgx_ulid
- Package Name:
pgx_ulid
- Category:
FUNC
- License: MIT
- Website: https://github.com/pksunkara/pgx_ulid
- Language: Rust
- Extra Tags:
pgrx
- Comment:
Metadata
- Latest Version: 0.2.0
- Postgres Support:
17
,16
,15
,14
- Need Load: Explicit Loading Required
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgx_ulid_$v
- RPM Ver :
0.2.0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgx-ulid
- DEB Ver :
0.2.0
- DEB Deps: N/A
Availability
OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
---|---|---|---|---|---|---|
el8 |
x86_64 |
pgx_ulid_17 PIGSTY 0.2.0 |
pgx_ulid_16 PIGSTY 0.2.0 |
pgx_ulid_15 PIGSTY 0.2.0 |
pgx_ulid_14 PIGSTY 0.2.0 |
|
el8 |
aarch64 |
pgx_ulid_17 PIGSTY 0.2.0 |
pgx_ulid_16 PIGSTY 0.2.0 |
pgx_ulid_15 PIGSTY 0.2.0 |
pgx_ulid_14 PIGSTY 0.2.0 |
|
el9 |
x86_64 |
pgx_ulid_17 PIGSTY 0.2.0 |
pgx_ulid_16 PIGSTY 0.2.0 |
pgx_ulid_15 PIGSTY 0.2.0 |
pgx_ulid_14 PIGSTY 0.2.0 |
|
el9 |
aarch64 |
pgx_ulid_17 PIGSTY 0.2.0 |
pgx_ulid_16 PIGSTY 0.2.0 |
pgx_ulid_15 PIGSTY 0.2.0 |
pgx_ulid_14 PIGSTY 0.2.0 |
|
d12 |
x86_64 |
postgresql-17-pgx-ulid PIGSTY 0.2.0 |
postgresql-16-pgx-ulid PIGSTY 0.2.0 |
postgresql-15-pgx-ulid PIGSTY 0.2.0 |
postgresql-14-pgx-ulid PIGSTY 0.2.0 |
|
d12 |
aarch64 |
postgresql-17-pgx-ulid PIGSTY 0.2.0 |
postgresql-16-pgx-ulid PIGSTY 0.2.0 |
postgresql-15-pgx-ulid PIGSTY 0.2.0 |
postgresql-14-pgx-ulid PIGSTY 0.2.0 |
|
u22 |
x86_64 |
postgresql-17-pgx-ulid PIGSTY 0.2.0 |
postgresql-16-pgx-ulid PIGSTY 0.2.0 |
postgresql-15-pgx-ulid PIGSTY 0.2.0 |
postgresql-14-pgx-ulid PIGSTY 0.2.0 |
|
u22 |
aarch64 |
postgresql-17-pgx-ulid PIGSTY 0.2.0 |
postgresql-16-pgx-ulid PIGSTY 0.2.0 |
postgresql-15-pgx-ulid PIGSTY 0.2.0 |
postgresql-14-pgx-ulid PIGSTY 0.2.0 |
|
u24 |
x86_64 |
postgresql-17-pgx-ulid PIGSTY 0.2.0 |
postgresql-16-pgx-ulid PIGSTY 0.2.0 |
postgresql-15-pgx-ulid PIGSTY 0.2.0 |
postgresql-14-pgx-ulid PIGSTY 0.2.0 |
|
u24 |
aarch64 |
postgresql-17-pgx-ulid PIGSTY 0.2.0 |
postgresql-16-pgx-ulid PIGSTY 0.2.0 |
postgresql-15-pgx-ulid PIGSTY 0.2.0 |
postgresql-14-pgx-ulid PIGSTY 0.2.0 |
Installation
Install pgx_ulid
via the pig
CLI tool:
pig ext install pgx_ulid
Install pgx_ulid
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgx_ulid"]}' # -l <cls>
Install pgx_ulid
RPM from YUM repo directly:
dnf install pgx_ulid_17;
dnf install pgx_ulid_16;
dnf install pgx_ulid_15;
dnf install pgx_ulid_14;
Install pgx_ulid
DEB from APT repo directly:
apt install postgresql-17-pgx-ulid;
apt install postgresql-16-pgx-ulid;
apt install postgresql-15-pgx-ulid;
apt install postgresql-14-pgx-ulid;
Extension pgx_ulid
has to be loaded via shared_preload_libraries
shared_preload_libraries = 'pgx_ulid'; # add to pg cluster config
Create pgx_ulid
extension on PostgreSQL cluster:
CREATE EXTENSION pgx_ulid;
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.