Re: Select all invalid e-mail addresses

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Select all invalid e-mail addresses
Date: 2005-10-20 12:13:39
Message-ID: dj81kk$1rm2$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 20.10.2005 14:00, Douglas McNaught wrote:
> But that's expensive and slow

Sure, that isn't meant to be used in a WHERE condition on a 100k row
table.. more to be bound via check constraint on a user table, so
incomming data is validated.

> and doesn't tell you whether the user part of the address is valid (and in general, there's no way to
> determine that short of actually sending a message). So what's the
> point?

The point is to validate as good as possible, and as you said yourself,
the user part can't be validated further.

--
Regards,
Hannes Dorbath

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2005-10-20 12:14:57 Re: [HACKERS] 'a' == 'a '
Previous Message Martijn van Oosterhout 2005-10-20 12:06:36 Re: Checking Multiplicity Constraints and Retrieving Data from Error Messages