@@ -242,7 +242,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
242242
243243 <tbody>
244244 <row>
245- <entry><structname>pg_stat_activity</></entry>
245+ <entry><structname>pg_stat_activity</><indexterm><primary>pg_stat_activity</primary></indexterm>< /entry>
246246 <entry>One row per server process, showing database OID, database
247247 name, process <acronym>ID</>, user OID, user name, application name,
248248 client's address and port number, times at which the server process,
@@ -257,7 +257,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
257257 </row>
258258
259259 <row>
260- <entry><structname>pg_stat_bgwriter</></entry>
260+ <entry><structname>pg_stat_bgwriter</><indexterm><primary>pg_stat_bgwriter</primary></indexterm>< /entry>
261261 <entry>One row only, showing cluster-wide statistics from the
262262 background writer: number of scheduled checkpoints, requested
263263 checkpoints, buffers written by checkpoints and cleaning scans,
@@ -270,7 +270,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
270270 </row>
271271
272272 <row>
273- <entry><structname>pg_stat_database</></entry>
273+ <entry><structname>pg_stat_database</><indexterm><primary>pg_stat_database</primary></indexterm>< /entry>
274274 <entry>One row per database, showing database OID, database name,
275275 number of active server processes connected to that database,
276276 number of transactions committed and rolled back in that database,
@@ -281,7 +281,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
281281 </row>
282282
283283 <row>
284- <entry><structname>pg_stat_all_tables</></entry>
284+ <entry><structname>pg_stat_all_tables</><indexterm><primary>pg_stat_all_tables</primary></indexterm>< /entry>
285285 <entry>For each table in the current database (including TOAST tables),
286286 the table OID, schema and table name, number of sequential
287287 scans initiated, number of live rows fetched by sequential
@@ -302,19 +302,19 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
302302 </row>
303303
304304 <row>
305- <entry><structname>pg_stat_sys_tables</></entry>
305+ <entry><structname>pg_stat_sys_tables</><indexterm><primary>pg_stat_sys_tables</primary></indexterm>< /entry>
306306 <entry>Same as <structname>pg_stat_all_tables</>, except that only
307307 system tables are shown.</entry>
308308 </row>
309309
310310 <row>
311- <entry><structname>pg_stat_user_tables</></entry>
311+ <entry><structname>pg_stat_user_tables</><indexterm><primary>pg_stat_user_tables</primary></indexterm>< /entry>
312312 <entry>Same as <structname>pg_stat_all_tables</>, except that only user
313313 tables are shown.</entry>
314314 </row>
315315
316316 <row>
317- <entry><structname>pg_stat_xact_all_tables</></entry>
317+ <entry><structname>pg_stat_xact_all_tables</><indexterm><primary>pg_stat_xact_all_tables</primary></indexterm>< /entry>
318318 <entry>Similar to <structname>pg_stat_all_tables</>, but counts actions
319319 taken so far within the current transaction (which are <emphasis>not</>
320320 yet included in <structname>pg_stat_all_tables</> and related views).
@@ -323,19 +323,19 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
323323 </row>
324324
325325 <row>
326- <entry><structname>pg_stat_xact_sys_tables</></entry>
326+ <entry><structname>pg_stat_xact_sys_tables</><indexterm><primary>pg_stat_xact_sys_tables</primary></indexterm>< /entry>
327327 <entry>Same as <structname>pg_stat_xact_all_tables</>, except that only
328328 system tables are shown.</entry>
329329 </row>
330330
331331 <row>
332- <entry><structname>pg_stat_xact_user_tables</></entry>
332+ <entry><structname>pg_stat_xact_user_tables</><indexterm><primary>pg_stat_xact_user_tables</primary></indexterm>< /entry>
333333 <entry>Same as <structname>pg_stat_xact_all_tables</>, except that only
334334 user tables are shown.</entry>
335335 </row>
336336
337337 <row>
338- <entry><structname>pg_stat_all_indexes</></entry>
338+ <entry><structname>pg_stat_all_indexes</><indexterm><primary>pg_stat_all_indexes</primary></indexterm>< /entry>
339339 <entry>For each index in the current database,
340340 the table and index OID, schema, table and index name,
341341 number of index scans initiated on that index, number of
@@ -345,19 +345,19 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
345345 </row>
346346
347347 <row>
348- <entry><structname>pg_stat_sys_indexes</></entry>
348+ <entry><structname>pg_stat_sys_indexes</><indexterm><primary>pg_stat_sys_indexes</primary></indexterm>< /entry>
349349 <entry>Same as <structname>pg_stat_all_indexes</>, except that only
350350 indexes on system tables are shown.</entry>
351351 </row>
352352
353353 <row>
354- <entry><structname>pg_stat_user_indexes</></entry>
354+ <entry><structname>pg_stat_user_indexes</><indexterm><primary>pg_stat_user_indexes</primary></indexterm>< /entry>
355355 <entry>Same as <structname>pg_stat_all_indexes</>, except that only
356356 indexes on user tables are shown.</entry>
357357 </row>
358358
359359 <row>
360- <entry><structname>pg_statio_all_tables</></entry>
360+ <entry><structname>pg_statio_all_tables</><indexterm><primary>pg_statio_all_tables</primary></indexterm>< /entry>
361361 <entry>For each table in the current database (including TOAST tables),
362362 the table OID, schema and table name, number of disk
363363 blocks read from that table, number of buffer hits, numbers of
@@ -369,60 +369,60 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
369369 </row>
370370
371371 <row>
372- <entry><structname>pg_statio_sys_tables</></entry>
372+ <entry><structname>pg_statio_sys_tables</><indexterm><primary>pg_statio_sys_tables</primary></indexterm>< /entry>
373373 <entry>Same as <structname>pg_statio_all_tables</>, except that only
374374 system tables are shown.</entry>
375375 </row>
376376
377377 <row>
378- <entry><structname>pg_statio_user_tables</></entry>
378+ <entry><structname>pg_statio_user_tables</><indexterm><primary>pg_statio_user_tables</primary></indexterm>< /entry>
379379 <entry>Same as <structname>pg_statio_all_tables</>, except that only
380380 user tables are shown.</entry>
381381 </row>
382382
383383 <row>
384- <entry><structname>pg_statio_all_indexes</></entry>
384+ <entry><structname>pg_statio_all_indexes</><indexterm><primary>pg_statio_all_indexes</primary></indexterm>< /entry>
385385 <entry>For each index in the current database,
386386 the table and index OID, schema, table and index name,
387387 numbers of disk blocks read and buffer hits in that index.
388388 </entry>
389389 </row>
390390
391391 <row>
392- <entry><structname>pg_statio_sys_indexes</></entry>
392+ <entry><structname>pg_statio_sys_indexes</><indexterm><primary>pg_statio_sys_indexes</primary></indexterm>< /entry>
393393 <entry>Same as <structname>pg_statio_all_indexes</>, except that only
394394 indexes on system tables are shown.</entry>
395395 </row>
396396
397397 <row>
398- <entry><structname>pg_statio_user_indexes</></entry>
398+ <entry><structname>pg_statio_user_indexes</><indexterm><primary>pg_statio_user_indexes</primary></indexterm>< /entry>
399399 <entry>Same as <structname>pg_statio_all_indexes</>, except that only
400400 indexes on user tables are shown.</entry>
401401 </row>
402402
403403 <row>
404- <entry><structname>pg_statio_all_sequences</></entry>
404+ <entry><structname>pg_statio_all_sequences</><indexterm><primary>pg_statio_all_sequences</primary></indexterm>< /entry>
405405 <entry>For each sequence object in the current database,
406406 the sequence OID, schema and sequence name,
407407 numbers of disk blocks read and buffer hits in that sequence.
408408 </entry>
409409 </row>
410410
411411 <row>
412- <entry><structname>pg_statio_sys_sequences</></entry>
412+ <entry><structname>pg_statio_sys_sequences</><indexterm><primary>pg_statio_sys_sequences</primary></indexterm>< /entry>
413413 <entry>Same as <structname>pg_statio_all_sequences</>, except that only
414414 system sequences are shown. (Presently, no system sequences are defined,
415415 so this view is always empty.)</entry>
416416 </row>
417417
418418 <row>
419- <entry><structname>pg_statio_user_sequences</></entry>
419+ <entry><structname>pg_statio_user_sequences</><indexterm><primary>pg_statio_user_sequences</primary></indexterm>< /entry>
420420 <entry>Same as <structname>pg_statio_all_sequences</>, except that only
421421 user sequences are shown.</entry>
422422 </row>
423423
424424 <row>
425- <entry><structname>pg_stat_user_functions</></entry>
425+ <entry><structname>pg_stat_user_functions</><indexterm><primary>pg_stat_user_functions</primary></indexterm>< /entry>
426426 <entry>For all tracked functions, function OID, schema, name, number
427427 of calls, total time, and self time. Self time is the
428428 amount of time spent in the function itself, total time includes the
@@ -431,7 +431,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
431431 </row>
432432
433433 <row>
434- <entry><structname>pg_stat_xact_user_functions</></entry>
434+ <entry><structname>pg_stat_xact_user_functions</><indexterm><primary>pg_stat_xact_user_functions</primary></indexterm>< /entry>
435435 <entry>Similar to <structname>pg_stat_user_functions</>, but counts only
436436 calls during the current transaction (which are <emphasis>not</>
437437 yet included in <structname>pg_stat_user_functions</>).</entry>
0 commit comments