Re: [GENERAL] Build in function to verify email addresses - Mailing list pgsql-general

From Chris Withers
Subject Re: [GENERAL] Build in function to verify email addresses
Date
Msg-id 2ac49ebc-01c1-4b92-7664-815eb469ab77@simplistix.co.uk
Whole thread Raw
In response to [GENERAL] Build in function to verify email addresses  (Nick Dro <postgresql@walla.co.il>)
List pgsql-general
I'm pretty sure this isn't as simple as you think it is, I'd suggest 
having a good read of:

https://stackoverflow.com/a/201378/216229

Chris


On 16/11/2017 07:56, Nick Dro wrote:
> I beleieve that every information system has the needs to send emails.
> Currently PostgreSQL doesn't have a function which gets TEXT and 
> return true if it's valid email address (xxx@YYY.com / .co.ZZ)
> Do you believe such function should exist in PostgreSQL or it's best 
> to let every user to implement his own function?



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] Build in function to verify email addresses
Next
From: "btober@computer.org"
Date:
Subject: Re: [GENERAL] Build in function to verify email addresses