From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | "Anthony Molinaro" <amolinaro(at)wgen(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Hierarchical Queries--Stalled No Longer... |
Date: | 2005-09-22 18:42:47 |
Message-ID: | 200509221142.48162.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Anthony,
> So is postgresql going into the direction of WITH or CONNECT BY (or
> both)?
PostgreSQL would do ONLY "with". We're not interested in
Oracle-proprietary syntax.
That being said, there is a CONNECT_BY() function in /contrib/tablefunc.
But this would never be part of the core syntax.
> I am authoring O'Reilly's "SQL Cookbook" and I'd like to mention it in
> the
> Hierarchical chapter to give the pg readers a heads up.
Keen. Please feel free to ask questions so that the PG section can be as
accurate as possible. #postgresql on irc.freenode.net is quite active,
and you can get any number of Postgres - SQL questions answered there.
--Josh
--
__Aglio Database Solutions_______________
Josh Berkus Consultant
josh(at)agliodbs(dot)com www.agliodbs.com
Ph: 415-752-2500 Fax: 415-752-2387
2166 Hayes Suite 200 San Francisco, CA
From | Date | Subject | |
---|---|---|---|
Next Message | Anthony Molinaro | 2005-09-22 18:45:28 | Re: Hierarchical Queries--Stalled No Longer... |
Previous Message | Anthony Molinaro | 2005-09-22 18:32:29 | Re: Hierarchical Queries--Stalled No Longer... |