Originally requested in #696.
The PostgreSQL contrib module cube contains the cube type for representing multidimensional cubes.
Unfortunately the module doesn't provide binary in/out functions, so these have to be added first and merged in PostgreSQL. Then, an Npgsql type handler can be created.