CUBE operator

From: sumit <sumit(at)gdit(dot)iiit(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: CUBE operator
Date: 2003-09-15 17:49:00
Message-ID: Pine.LNX.4.44.0309152250270.28152-100000@students.iiit.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


We plan to reimplement the CUBE operator in PostgreSQL after
errors in our approach were pointed out to us during the submission of our
patch last time. This time, we would like to follow the approach given
below. Kindly give your opinion/comments.

As opposed to our earlier approach in which we implemented the
operator at the top level, this time we plan to create a separate
parsetree for the CUBE query so that this can be taken in as another
parseitem on the outer tree in the case of nested queries. This would in
turn, solve the problems faced earlier regarding non-functioning in the
case of VIEWS, UNION et al.

Please send in your suggestions regarding this approach so that we
can start work on it.

Srikanth
Sumit

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-15 18:42:24 Re: NLS changes
Previous Message Weiping He 2003-09-15 05:57:05 Re: Chinese NLS patch for 7.4