Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8da1538

Browse files
committed
doc: remove unnecessary INNER keyword
A join that was added in commit9b2009c that did not use the INNERkeyword but the existing query used it. It was cleaner to remove theexisting INNER keyword.Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/a1ffbfda-59d2-5732-e5fb-3df8582b6434@2ndquadrant.comBackpatch-through: 9.5
1 parentc713dc2 commit8da1538

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 bINNERJOIN 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)

[8]ページ先頭

©2009-2025 Movatter.jp