NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Array types (Score:2)
This would store a list of email addresses as a single object. Or have I missed the point again?
In other news, I'm surprised PostgreSQL doesn't have an "email_address" type. It seems to have everything else.
Re:Array types (Score:2)
You can create one easily enough with a
CREATE DOMAINstatement. Here's a naive implementation:Modify the regular expression as needed to increase its accuracy. Then you can use it like any other PostgreSQL data type:
Reply to This
Parent