Re: CUBE SYNTAX - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: CUBE SYNTAX
Date
Msg-id 4874BDEE-899E-44F1-A3DC-9F42C264C0FA@seespotcode.net
Whole thread Raw
In response to CUBE SYNTAX  (ABHANG RANE <arane@indiana.edu>)
List pgsql-general
On May 27, 2007, at 12:23 , ABHANG RANE wrote:

> I need to use the cube operator in postgresql 8.2. Whats the syntax
> for the cube or a link to the documentation which clearly explains
> how to use cube operator syntactically.

PostgreSQL does not have a native CUBE operator. There may be an
extension out there somewhere that provides the functionality, but
I'm not aware of one.

The full documentation for 8.2 is available online at http://
www.postgresql.org/docs/8.2/interactive/index.html

Michael Glaesemann
grzm seespotcode net



pgsql-general by date:

Previous
From: ABHANG RANE
Date:
Subject: CUBE SYNTAX
Next
From: Tom Lane
Date:
Subject: Re: JOIN with ORDER on both tables does a sort when it souldn't