diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b946e13fdc3..c5853da7af0 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3937,7 +3937,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </row> <row> <entry><structfield>cluster_index_relid</structfield></entry> - <entry><type>bigint</type></entry> + <entry><type>oid</type></entry> <entry> If the table is being scanned using an index, this is the OID of the index being used; otherwise, it is zero. |