emailaddr
Email address type for PostgreSQL
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgemailaddr
: Email address type for PostgreSQL
Information
- Extension ID: 3850
- Extension Name:
emailaddr
- Package Name:
pgemailaddr
- Category:
TYPE
- License: PostgreSQL
- Website: https://github.com/petere/pgemailaddr
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_emailaddr_$v*
- RPM Ver :
0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-emailaddr
- DEB Ver :
0
- DEB Deps: N/A
Packages
Installation
Install emailaddr
via the pig
CLI tool:
pig ext install pgemailaddr; # Extension Namepig ext install emailaddr; # normalized package name
Install pgemailaddr
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgemailaddr"]}' # -l <cls>
Install pgemailaddr
RPM from YUM repo directly:
dnf install pg_emailaddr_17*;
dnf install pg_emailaddr_16*;
dnf install pg_emailaddr_15*;
dnf install pg_emailaddr_14*;
dnf install pg_emailaddr_13*;
Install pgemailaddr
DEB from APT repo directly:
apt install postgresql-17-pg-emailaddr;
apt install postgresql-16-pg-emailaddr;
apt install postgresql-15-pg-emailaddr;
apt install postgresql-14-pg-emailaddr;
apt install postgresql-13-pg-emailaddr;
Enable emailaddr
extension on PostgreSQL cluster:
CREATE EXTENSION emailaddr;
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.