CUBE operator

Поиск
Список
Период
Сортировка
От sumit
Тема CUBE operator
Дата
Msg-id Pine.LNX.4.44.0309152250270.28152-100000@students.iiit.net
обсуждение исходный текст
Список 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


В списке pgsql-patches по дате отправления:

Предыдущее
От: Weiping He
Дата:
Сообщение: Re: Chinese NLS patch for 7.4
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: NLS changes