Re: Email data type

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Email data type
Дата
Msg-id 20040517042529.GA14878@wolff.to
обсуждение исходный текст
Ответ на Email data type  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: Email data type
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Call for 7.5 feature completion
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: enabling tcpip_socket by default