hashtypes
sha1, md5 and other data types for PostgreSQL
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: hashtypes : sha1, md5 and other data types for PostgreSQL
Information
- Extension ID: 3750
- Extension Name:
hashtypes - Package Name:
hashtypes - Category:
TYPE - License: PostgreSQL
- Website: https://github.com/adjust/hashtypes/
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.1.5
- Postgres Support:
17,16,15,14 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - 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:
hashtypes_$v* - RPM Ver :
0.1.5 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-hashtypes - DEB Ver :
0.1.5 - DEB Deps: N/A
Availability
Installation
Install hashtypes via the pig CLI tool:
pig ext install hashtypes
Install hashtypes via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["hashtypes"]}' # -l <cls>
Install hashtypes RPM from YUM repo directly:
dnf install hashtypes_17*;
dnf install hashtypes_16*;
dnf install hashtypes_15*;
dnf install hashtypes_14*;
Install hashtypes DEB from APT repo directly:
apt install postgresql-17-hashtypes;
apt install postgresql-16-hashtypes;
apt install postgresql-15-hashtypes;
apt install postgresql-14-hashtypes;
Create hashtypes extension on PostgreSQL cluster:
CREATE EXTENSION hashtypes;
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.