8.4 release notes "Recursive Joins"

Started by Erik Rijkersover 16 years ago2 messages
#1Erik Rijkers
er@xs4all.nl

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Erik Rijkers (#1)
Re: 8.4 release notes "Recursive Joins"

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.