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)
As Theory points out, you can create such a type. The problem is that if anything else needs to reference data within that type, Postgres does not allow any convenient way of doing so. This makes it pretty difficult to use Postgres for MV purposes.
Reply to This
Parent
Re:Array types (Score:1)
It sounds like PostgreSQL even automatically makes a composite type for each table