Thread: 8.4 release notes "Recursive Joins"

8.4 release notes "Recursive Joins"

From
"Erik Rijkers"
Date:
http://www.postgresql.org/docs/8.4/static/release-8-4.html

In the current 8.4rc1 release notes, it says (point 2):
 "Common Table Expressions and Recursive Joins"


It would be better to replace this by:
 "Common Table Expressions and Recursive Queries"


If only because the phrase "Recursive Join" is not used in the postgres docs, nor is it in the SQL
2008 standard docs.


hth

Erik Rijkers







Re: 8.4 release notes "Recursive Joins"

From
Peter Eisentraut
Date:
On Sunday 14 June 2009 23:31:48 Erik Rijkers wrote:
> http://www.postgresql.org/docs/8.4/static/release-8-4.html
>
> In the current 8.4rc1 release notes, it says (point 2):
>
>   "Common Table Expressions and Recursive Joins"
>
>
> It would be better to replace this by:
>
>   "Common Table Expressions and Recursive Queries"
>
>
> If only because the phrase "Recursive Join" is not used in the postgres
> docs, nor is it in the SQL 2008 standard docs.

Fixed.