Re: email built in type

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: email built in type
Дата
Msg-id 409CE998.3020703@bigfoot.com
обсуждение исходный текст
Ответ на Re: email built in type  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: email built in type
Список pgsql-hackers
Tom Lane wrote:

> Gaetano Mendola <mendola@bigfoot.com> writes:
> 
>>about you is it ok for you if I write the email built in type ?
> 
> 
> You're going to have to explain why it has to be a built-in type.
> Can't you do what you want as a local add-on?  Is it likely that
> the functionality you have in mind would be exactly what anyone
> else would want?

I guess that for manage efficiently million of email addresses I need
to have a built in type instead of a domain with a regex as validator,
considering also that I wish select email for domain like:

select * from users where email >> 'hotmail.com';

About the functionality we can have a deal on which functionality
this type should have.

I'll do it also in order to acquire confidence with the pg code.


Regards
Gaetano Mendola






В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Changing printed representation of integer and OID lists
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Comments on all system objects