pgsql: doc: remove unnecessary INNER keyword - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: remove unnecessary INNER keyword
Date
Msg-id E1jK7bM-0005iK-R7@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8da1538b39f2803fdc75de8505dd096e29e65a52

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT'sFROM
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: doc: add namespace column to pg_buffercache example query