Does Postgres supports array datatype ?
i.e
CREATE TABLE album
(
attributes integer[] DEFAULT '{0}'
}does derby support this it doesn't appear to, will it support it ?For me I want to use derby as my database in embedded mode for unit testing my code, but I'm now stuck because the postgres db Im replicating uses an array datatype.
Paul
