pgsql: doc: Prefer explicit JOIN syntax over old implicit syntax in tut

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Prefer explicit JOIN syntax over old implicit syntax in tut
Date: 2021-04-08 08:57:35
Message-ID: E1lUQTn-000715-0D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Update src/tutorial/basics.source to match.

Author: Jürgen Purtz <juergen(at)purtz(dot)de>
Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Reviewed-by: "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/158996922318(dot)7035(dot)10603922579567326239(at)wrigleys(dot)postgresql(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb310f17812e7321599845a29af2f36c7f1191c3

Modified Files
--------------
doc/src/sgml/query.sgml | 74 +++++++++++++++++++++-------------------------
src/tutorial/basics.source | 22 ++++++--------
2 files changed, 43 insertions(+), 53 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-04-08 09:22:26 Re: pgsql: Move pg_stat_statements query jumbling to core.
Previous Message Magnus Hagander 2021-04-08 08:30:51 pgsql: Track identical top vs nested queries independently in pg_stat_s