Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN
Дата
Msg-id 16141.1083964745@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> During the irc discussion I discovered that. But the CREATE TABLE page 
> in the docs appears to suggest that it is legal. That should be fixed.

Where exactly?  I see
 For the INNER and OUTER join types, a join condition must be specified, namely exactly one of NATURAL, ON
join_condition,or USING (join_column [, ...]). See below for the meaning. For CROSS JOIN, none of these clauses may
appear.

        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Strengthing mail restriction rules in Postfix
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN