select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Data types

telephone

PostgreSQL data type for normalized telephone numbers with dialing-plan validation.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagetelephone
Version0.0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Schemapublic
Stars8
Latest commit2017-05-11
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pg_nanpValidated and consistently formatted North American Numbering Plan data type
ibanIBAN data type and validation functions for PostgreSQL
italian_codesValidation domains for Italian fiscal and VAT codes
pg_postal_code_caan efficient, validated, formatted Canadian postal code type
numeric_domainsCustom numeric domains for PostgreSQL
text_domainsPure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values.
pgrx_validationCross-target Rust validation library compiled as PostgreSQL functions through an optional pgrx feature.