Re: Hierarchical queries a la Oracle patch. for 7.3rc1.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Дата
Msg-id 200212052238.gB5Mcvw17897@candle.pha.pa.us
обсуждение исходный текст
Ответ на Hierarchical queries a la Oracle patch. for 7.3rc1.  (Evgen Potemkin <evgent@ns.terminal.ru>)
Список pgsql-patches
Sorry, rejected due to peer review.  Hopefully some of the code can be
used by them when they implement the SQL99 syntax.  Thanks.

---------------------------------------------------------------------------

Evgen Potemkin wrote:
> Hi there!
>
> This is a new version of patch i've posted.
> It's applied to version 7.3rc1.
>
> Changed syntax, now it's more closer to Oracle's and allows operator other
> than '='.
> Removed Const/Var trick, now it's a new FakeVar node used, as a side effect
> it's not need initdb now.
> Added little regression test.
> Added more comments on code.
> A bit extended README.hier .
>
> regards,
>
> ---
> .evgen

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Hierarchical queries a la Oracle patch. for 7.3rc1.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Patch to make Turks happy.