diff options
Diffstat (limited to 'doc/src/sgml/pgbuffercache.sgml')
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index f379be225f..074638e891 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -28,6 +28,12 @@ are security issues lurking. </para> + <para> + <filename>pg_buffercache</filename> returns information local to the + connecting Coordinator. To inquire information local to other node, + use <command>EXECUTE DIRECT</command>. + </para> + <sect2> <title>The <structname>pg_buffercache</structname> View</title> |