Re: Help me to understand (documentation)

Поиск
Список
Период
Сортировка
От Joshua Tolley
Тема Re: Help me to understand (documentation)
Дата
Msg-id 20090816204330.GG3940@eddie
обсуждение исходный текст
Ответ на Re: Help me to understand (documentation)  (Виктор Вислобоков <corochoone@gmail.com>)
Список pgsql-docs
On Sun, Aug 16, 2009 at 11:40:21AM +0400, Виктор Вислобоков wrote:
>    Thanks, Joshua.
>
>    I understand the difference JOIN and WHERE, but I'm very appreciate your
>    explanation.
>    My goal is a bit other, I want to translate the phrase "as is" (in compact
>    form)

The phrase you mentioned indicates that the ON and USING clauses not only
filter out rows, like a WHERE clause would, but also instruct the join to add
NULL values for rows in one relation that aren't matched by rows in the other
relation. Does that help at all? For whatever it's worth, my experience with
translation is that sometimes you've got to pretty much rewrite the original
either because a literal translation doesn't work in the language of choice,
or because the original text didn't make sense in the source language to begin
with. This case may include a little of both :)

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Вложения

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

Предыдущее
От: Виктор Вислобоков
Дата:
Сообщение: Re: Help me to understand (documentation)
Следующее
От: Andreas Wenk
Дата:
Сообщение: Re: wording for 38.6.2.4. Simple CASE and 38.6.2.5. Searched CASE