I think there are some errors in the DBMS comparison at:  
http://www.h2database.com/html/features.html#comparison

Postgres has "Linked tables" through Foreign Data Wrappers: 
https://wiki.postgresql.org/wiki/FDW  (which is available since V9.0 which 
that comparison is based upon)

Neither Postgres nor MySQL do "Multi-Threaded Statement Processing" if that 
refers to a *single *statement being executed by multiple threads on the 
server (that will however change with Postgres 9.6). If that refers to 
"multiple statements from different connections are executed at the same 
time" then this is of course true for both. 

MySQL 5.7 introduced computed columns but Postgres still doesn't have them 

MySQL neither has domains nor custom aggregate functions. 



-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to