Page About CTE's

From: BigO DBA <bigodba(at)gmail(dot)com>
To: pgsql-www(at)postgresql(dot)org
Subject: Page About CTE's
Date: 2010-10-19 23:24:32
Message-ID: AANLkTin3qixwWxxJTbzQt3zpuQdn5LX0b9JrMGZU8=g4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hello Team,
While reading your Wiki page: http://wiki.postgresql.org/wiki/CTEReadme

In section, How Recursion Works, item (2), I am wondering if the code
snippet is wrong. Here is the excerpt:

2) Execute recursive query

Replace subdepartment with WorkTable and execute the recursive term

SELECT d.*
FROM
WT AS d
JOIN
subdepartment AS sd
ON d.parent_department = sd.id

It would be nice to see it corrected.

Thanks

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Robert Haas 2010-10-20 13:55:30 Re: Page About CTE's
Previous Message Andrew Dunstan 2010-10-18 18:07:02 Re: web site change is broken