Multiple connections to H2

I see H2 can be run in “PostgreSQL mode” by appending ;MODE=PostgreSQL to the connection URL:

http://www.h2database.com/html/features.html#compatibility

Could be interesting to try to import the pgdump using this…

Lars