Re: Help me to understand (documentation) - Mailing list pgsql-docs

From Joshua Tolley
Subject Re: Help me to understand (documentation)
Date
Msg-id 20090816204330.GG3940@eddie
Whole thread Raw
In response to Re: Help me to understand (documentation)  (Виктор Вислобоков <corochoone@gmail.com>)
List 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

Attachment

pgsql-docs by date:

Previous
From: Виктор Вислобоков
Date:
Subject: Re: Help me to understand (documentation)
Next
From: Andreas Wenk
Date:
Subject: Re: wording for 38.6.2.4. Simple CASE and 38.6.2.5. Searched CASE