subselects coding started

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема subselects coding started
Дата
Msg-id 199801170500.AAA12837@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
OK, I have created the SubLink structure with supporting routines, and
have added code to create the SubLink structures in the parser, and have
added Query->hasSubLink.

I changed gram.y to support:

    (x,y,z) OP (subselect)

where OP is any operator.  Is that right, or are we doing only certain
ones, and of so, do we limit it in the parser?

I still need to add code to handle SubLink fields in the Where clause
and other supporting code, but it should be enough for Vadim to start
coding if he wants to.  I also need to add Var->sublevels_up.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] PSQL man page patch
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] subselects coding started