Re: WITH support

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Edwin Ramirez <edwin(dot)ramirez(at)mssm(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WITH support
Date: 2006-12-29 03:52:45
Message-ID: 200612290352.kBT3qjN06645@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Edwin Ramirez wrote:
> Hello,
>
> What is the status of supporting the "WITH" keyword?

I see these TODO items:

* Add SQL99 WITH clause to SELECT
* Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT

Are they the same item? Someone has said they will do RECURSIVE for
8.3, but there is no guarantee.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2006-12-29 04:24:28 Re: TODO: Add a GUC to control whether BEGIN inside
Previous Message Tom Lane 2006-12-29 03:28:28 Re: Recent SIGSEGV failures in buildfarm HEAD