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 ex

Re: [GENERAL] Emal reg expression

2009-10-31 Thread Lew
William Temperley wrote: 2009/10/28 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. Just send your user

Re: [GENERAL] Emal reg expression

2009-10-29 Thread Stephane Bortzmeyer
On Wed, Oct 28, 2009 at 05:45:14AM -0700, Xai 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 (pgsql-general@postgresql.org) To

Re: [GENERAL] Emal reg expression

2009-10-29 Thread William Temperley
2009/10/28 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. > Just send your users an email askin

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-general&m=112612299412819&w=2 -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make chan

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 li

[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