Re: [GENERAL] Emal reg expression

2009-11-01 Thread Peter Eisentraut
On ons, 2009-10-28 at 05:45 -0700, Xai wrote: i want to create a type for an email field but i'm not good with regx can some one help me? I suggest that you make use of an already written module in some language such as Perl. See http://wiki.postgresql.org/wiki/Email_address_parsing for an

Re: [GENERAL] Emal reg expression

2009-10-31 Thread Lew
William Temperley wrote: 2009/10/28 Richard Huxton d...@archonet.com: Xai wrote: i want to create a type for an email field but i'm not good with regx can some one help me? Google for email regex. Be warned - this is very complicated if you want to match *all* possible email addresses.

Re: [GENERAL] Emal reg expression

2009-10-29 Thread William Temperley
2009/10/28 Richard Huxton d...@archonet.com: Xai wrote: i want to create a type for an email field but i'm not good with regx can some one help me? Google for email regex. Be warned - this is very complicated if you want to match *all* possible email addresses. Just send your users an

Re: [GENERAL] Emal reg expression

2009-10-29 Thread Stephane Bortzmeyer
On Wed, Oct 28, 2009 at 05:45:14AM -0700, Xai rellonlawre...@gmail.com wrote a message of 2 lines which said: i want to create a type for an email field but i'm not good with regx Do not even try. http://stackoverflow.com/questions/201323/ -- Sent via pgsql-general mailing list

[GENERAL] Emal reg expression

2009-10-28 Thread Xai
i want to create a type for an email field but i'm not good with regx can some one help me? -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Emal reg expression

2009-10-28 Thread Richard Huxton
Xai wrote: i want to create a type for an email field but i'm not good with regx can some one help me? Google for email regex. Be warned - this is very complicated if you want to match *all* possible email addresses. -- Richard Huxton Archonet Ltd -- Sent via pgsql-general mailing list

Re: [GENERAL] Emal reg expression

2009-10-28 Thread Roman Neuhauser
On Wed, Oct 28, 2009 at 05:45:14AM -0700, Xai wrote: i want to create a type for an email field but i'm not good with regx can some one help me? http://marc.info/?l=postgresql-generalm=112612299412819w=2 -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes