Re: Email data type

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Email data type
Date: 2004-05-17 04:25:29
Message-ID: 20040517042529.GA14878@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 16, 2004 at 04:36:55 +0200,
Gaetano Mendola <mendola(at)bigfoot(dot)com> wrote:
>
> The type is indexable and provide also conversion methods:
>
> text <--> email
> and the operator >>, is possible use it in select like:

When you are converting between text and email data, what format are the
text version of the address going to be? For example you might be using
rfc2821 encoding, rfc2822 encoding or concatenating the local part,
an @ sign and the domain name. Don't forget about domain literals.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-17 04:34:06 Re: enabling tcpip_socket by default
Previous Message Tatsuo Ishii 2004-05-17 04:24:34 enabling tcpip_socket by default