linkend="monitoring-stats-funcs-table">. The per-database access
- functions take a database OID as argument to identify which
+ functions take a database OID as an argument to identify which
database to report on. The per-table and per-index functions take
a table or index OID. The functions for function-call statistics
take a function OID. (Note that only tables, indexes, and functions
|
datid
oid>
- The oid of the database the backend is connected to.
+ The OID of the database the backend is connected to.
This value can also be returned by directly calling
- the pg_stat_get_backend_dbid.
+ the pg_stat_get_backend_dbid function.
|
datname
|
datid
oid>
- The oid of the database
+ The OID of the database
|
datname
|
xact_commit
bigint>
- The number of transactions in this database that has committed.
- This value can also be returned by directly calling
+ The number of transactions in this database that have been
+ committed. This value can also be returned by directly calling
the pg_stat_get_db_xact_commit function.
|
xact_rollback
bigint>
- The number of transactions in this database that has rolled back.
- This value can also be returned by directly calling
+ The number of transactions in this database that have been
+ rolled back. This value can also be returned by directly calling
the pg_stat_get_db_xact_rollback function.
|
The pg_stat_database view will contain one row
- for each database in the cluster showing database wide statistics.
+ for each database in the cluster showing database-wide statistics.
|
datid
oid>
- The oid of the database
+ The OID of the database
|
datname
The pg_stat_database_conflicts view will contain
- one row per database showing database wide statistics about
+ one row per database showing database-wide statistics about
query cancels due to conflict with recovery on standby servers.
Will only contain information on standby servers, since
conflicts do not occur on master servers.
|
usesysid
oid>
- The oid of the user logged into this WAL sender process
+ The OID of the user logged into this WAL sender process
|
usename
integer>
The remote TCP port that the client is using for communication
- to the , or NULL> if a unix socket is used.
+ to the, or NULL> if a unix socket is used.
|
|
relid
oid>
- The OID of the table this row
+ The OID of the table
|
schemaname