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
- 0004-query.patch (text/x-patch) patch 0004
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
-
doc: Prefer explicit JOIN syntax over old implicit syntax in tutorial
- fb310f17812e 14.0 landed
-
doc: Change table alias names to lower case in tutorial chapter
- 49d716511789 14.0 landed
-
doc: Fix whitespace issue in PDF
- 79fd620b20b7 14.0 landed
-
doc: Use tags consistently in the tutorial chapter
- 6eee73e4e5b6 14.0 landed