PostgresQL seems to have something like this, see:
http://www.sql.org/sql-database/postgresql/manual/arrays.html
(for those who need yet another reason to switch :-) )


Yes, PostgreSQL is a fine DB and there is every good reason to switch :-) It only suffers from two main problems that I can see:

1. It's annoying to create a table with an auto-incremented field (i.e: serial int)
For some reason you have to issue 4 commands... go figure their design decision.


2. It still lacks a native Win32 port (for those who need it). This is a big one
as it is currently only available for Unix/Linux.



Luckily it handles UNICODE and other encodings really well out of the box, as opposed to MySQL :-)

Eli


-- Eli Kara Beyond Security Ltd.   http://www.beyondsecurity.com/ http://www.securiteam.com/   The First Integrated Network and Web Application Vulnerability Scanner: http://www.beyondsecurity.com/webscan-wp.pdf

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to