Re: Email data type - Mailing list pgsql-hackers

From Bruno Wolff III
Subject Re: Email data type
Date
Msg-id 20040517042529.GA14878@wolff.to
Whole thread Raw
In response to Email data type  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: Email data type  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers
On Sun, May 16, 2004 at 04:36:55 +0200, Gaetano Mendola <mendola@bigfoot.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.


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Call for 7.5 feature completion
Next
From: Tatsuo Ishii
Date:
Subject: enabling tcpip_socket by default