| From: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | emaildt_0.0.2 |
| Date: | 2004-05-19 21:01:11 |
| Message-ID: | c8ghuq$2bq$1@floppy.pyrenet.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all,
as suggested from someone of you I modified the implementation,
this are the notes:
- Now the domain is stored in lower case:
mendola(at)bigfoot(dot)com = mendola(at)Bigfoot(dot)Com
but
mendola(at)bigfoot(dot)com != Mendola(at)bigfoot(dot)com;
- The order now is done by top-level-domain first:
z(at)a(dot)a(dot)com < a(at)b(dot)a(dot)com < a(at)a(dot)b(dot)com < a(at)b(dot)b(dot)com
- The validator still check only for '@' presence
I have a question, how I have to order domain literal emails ?
and also an email in a "traditional" form vs a domain literal,
"mendola(at)bigfoot(dot)com" < "mendola(at)192(dot)168(dot)212(dot)3" true o false?
Regards
Gaetano Mendola
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Glen Parker | 2004-05-19 21:06:44 | Re: proposal: be smarter about i/o patterns in index scan |
| Previous Message | Greg Stark | 2004-05-19 20:54:33 | Re: proposal: be smarter about i/o patterns in index scan |