pgsql: doc: remove unnecessary INNER keyword

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove unnecessary INNER keyword
Date: 2020-04-02 21:42:16
Message-ID: E1jK7bM-0005iV-Sy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: remove unnecessary INNER keyword

A join that was added in commit 9b2009c4cf that did not use the INNER
keyword but the existing query used it. It was cleaner to remove the
existing INNER keyword.

Reported-by: Peter Eisentraut

Discussion: https://postgr.es/m/a1ffbfda-59d2-5732-e5fb-3df8582b6434@2ndquadrant.com

Backpatch-through: 9.5

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-04-02 21:42:23 Re: pgsql: doc: add namespace column to pg_buffercache example query
Previous Message Bruce Momjian 2020-04-02 21:32:33 Re: pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM