Content-Length: 257413 | pFad | http://github.com/postgrespro/postgres_cluster/commit/8da1538b39f2803fdc75de8505dd096e29e65a52

EF doc: remove unnecessary INNER keyword · postgrespro/postgres_cluster@8da1538 · GitHub
Skip to content

Commit 8da1538

Browse files
committed
doc: remove unnecessary INNER keyword
A join that was added in commit 9b2009c 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
1 parent c713dc2 commit 8da1538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgbuffercache.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
<screen>
151151
regression=# SELECT n.nspname, c.relname, count(*) AS buffers
152-
FROM pg_buffercache b INNER JOIN pg_class c
152+
FROM pg_buffercache b JOIN pg_class c
153153
ON b.relfilenode = pg_relation_filenode(c.oid) AND
154154
b.reldatabase IN (0, (SELECT oid FROM pg_database
155155
WHERE datname = current_database()))

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/8da1538b39f2803fdc75de8505dd096e29e65a52

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy