MDX support in postgresql

Started by Rikardo Tinauerover 20 years ago3 messagesgeneral
Jump to latest
#1Rikardo Tinauer
rikardo.tinauer@eba.si

Hello,

I am wondering if you are considenring supporting MDX syntax in PostgreSQL?

Regards, Rikardo Tinauer
--
_______________________________________________
Rikardo Tinauer
EBA, Agencija za elektronsko poslovanje d.o.o.
Teslova ulica 30
SI-1000 Ljubljana
e-mail: rikardo.tinauer@eba.si
internet: www.eba.si
GSM: +386 031 382 379
TEL: +386 (0)1 477 66 01
______________________________________________

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rikardo Tinauer (#1)
Re: MDX support in postgresql

Rikardo Tinauer <rikardo.tinauer@eba.si> writes:

I am wondering if you are considenring supporting MDX syntax in PostgreSQL?

Is there a standard for that, or is it just something
Microsoft-proprietary? Stuff that is in the SQL2003
standard is generally on our "wish list" at some level
(no guarantees about how soon it might appear). Copying
something that appears only in MSSQL sounds like a great
way to get in legal hot water, however.

regards, tom lane

#3Joe Conway
mail@joeconway.com
In reply to: Tom Lane (#2)
Re: MDX support in postgresql

Tom Lane wrote:

Rikardo Tinauer <rikardo.tinauer@eba.si> writes:

I am wondering if you are considenring supporting MDX syntax in PostgreSQL?

Is there a standard for that, or is it just something
Microsoft-proprietary? Stuff that is in the SQL2003
standard is generally on our "wish list" at some level
(no guarantees about how soon it might appear). Copying
something that appears only in MSSQL sounds like a great
way to get in legal hot water, however.

I haven't tried it myself, but see Mondrian for an open source
implementation of MDX:
http://mondrian.sourceforge.net/
It should work with Postgres (as well as other JDBC datasources).

Microsoft is purportedly pushing MDX as a standard. Here's a discussion
of the MDX language:
http://mondrian.sourceforge.net/mdx.html

HTH,

Joe