Looking for types: phone number, email addresses

From: Stephane Bortzmeyer <bortzmeyer(at)nic(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Looking for types: phone number, email addresses
Date: 2002-07-19 11:52:37
Message-ID: 20020719115237.GA21348@nic.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lazy programmer is looking for implementation of the following
datatypes:

* phone (or fax) numbers (with format checking) like +33 1 39 30 83 46
* email addresses (with format checking and ideally a test that the MX
record does exist)

I've looked in the following places:

* contrib/ (isbn_issn is a very useful starting point, if I need to
do it myself)

* techdocs.postgresql.org (the datatypes section of the cookbook is
empty)

* FAQ There is "5.2) How can I contribute some nifty new types and
functions to PostgreSQL?" but not the reverse :-)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wim 2002-07-19 12:17:46 pg_dumpall failed!
Previous Message Stephan Szabo 2002-07-19 11:47:09 Re: Regular expression validation