Re: Select all invalid e-mail addresses - Mailing list pgsql-general

From Guy Rouillier
Subject Re: Select all invalid e-mail addresses
Date
Msg-id CC1CF380F4D70844B01D45982E671B239E8BE9@mtxexch01.add0.masergy.com
Whole thread Raw
In response to Select all invalid e-mail addresses  ("Andrus" <eetasoft@online.ee>)
List pgsql-general
Andrus wrote:
> I have a database of e-mail addresses.
>
> I want to select the email addresses which are not valid:
>
> do not contain exactly one @ character,
> contain ; > < " ' , characters or spaces etc.
>
> What is the WHERE clause for this ?

Please see a long, detailed thread in the archives titled "Email
Verification Regular Expression" on Sept 7, 2005.

--
Guy Rouillier


pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: Select all invalid e-mail addresses
Next
From: Michael Fuhr
Date:
Subject: Re: Select all invalid e-mail addresses