Re: Change JOIN tutorial to focus more on explicit joins

Jürgen Purtz <juergen@purtz.de>

From: Jürgen Purtz <juergen@purtz.de>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-01T08:38:20Z
Lists: pgsql-hackers, pgsql-docs

Attachments

On 30.11.20 21:25, David G. Johnston wrote:
> Sorry, I managed to overlook the most recent patch.
>
> I admitted my use of parentheses was incorrect and I don't see anyone 
> else defending them.  Please remove them.
>
> Minor typos:
>
> "the database compare" -> needs an "s" (compares)
>
> "In this case, the definition how to compare their rows." -> remove, 
> redundant with the first sentence
>
> "The results from the older implicit syntax, and the newer explicit 
> JOIN/ON syntax, are identical" -> move the commas around to what is 
> shown here
>
> David J.
>
>
OK. Patch attached.

--

J. Purtz

Commits

  1. doc: Prefer explicit JOIN syntax over old implicit syntax in tutorial

  2. doc: Change table alias names to lower case in tutorial chapter

  3. doc: Fix whitespace issue in PDF

  4. doc: Use tags consistently in the tutorial chapter