mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Refer to tables by id, not by "the following table", because tables are in
theory floating elements.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbuffercache.sgml,v 2.4 2009/04/27 16:27:36 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbuffercache.sgml,v 2.5 2009/05/18 11:08:24 petere Exp $ -->
|
||||
|
||||
<sect1 id="pgbuffercache">
|
||||
<title>pg_buffercache</title>
|
||||
@@ -28,10 +28,10 @@
|
||||
<title>The <structname>pg_buffercache</structname> view</title>
|
||||
|
||||
<para>
|
||||
The definitions of the columns exposed by the view are:
|
||||
The definitions of the columns exposed by the view are shown in <xref linkend="pgbuffercache-columns">.
|
||||
</para>
|
||||
|
||||
<table>
|
||||
<table id="pgbuffercache-columns">
|
||||
<title><structname>pg_buffercache</> Columns</title>
|
||||
|
||||
<tgroup cols="4">
|
||||
|
Reference in New Issue
Block a user