@@ -269,15 +269,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
269
269
270
270
<row>
271
271
<entry><structname>pg_stat_database</><indexterm><primary>pg_stat_database</primary></indexterm></entry>
272
- <entry>One row per database, showing database wide statistics. See
272
+ <entry>One row per database, showing database- wide statistics. See
273
273
<xref linkend="pg-stat-database-view"> for more details.
274
274
</entry>
275
275
</row>
276
276
277
277
<row>
278
278
<entry><structname>pg_stat_database_conflicts</><indexterm><primary>pg_stat_database_conflicts</primary></indexterm></entry>
279
279
<entry>
280
- One row per database showing database wide statistics about
280
+ One row per database showing database- wide statistics about
281
281
query cancels due to conflict with recovery on standby servers.
282
282
Will only contain information on standby servers, since
283
283
conflicts do not occur on master servers.
@@ -495,7 +495,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
495
495
queries that use the same underlying statistics access functions as
496
496
these standard views do. These functions are listed in <xref
497
497
linkend="monitoring-stats-funcs-table">. The per-database access
498
- functions take a database OID as argument to identify which
498
+ functions take a database OID as an argument to identify which
499
499
database to report on. The per-table and per-index functions take
500
500
a table or index OID. The functions for function-call statistics
501
501
take a function OID. (Note that only tables, indexes, and functions
@@ -522,9 +522,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
522
522
<row>
523
523
<entry>datid</entry>
524
524
<entry><type>oid</></entry>
525
- <entry>The oid of the database the backend is connected to.
525
+ <entry>The OID of the database the backend is connected to.
526
526
This value can also be returned by directly calling
527
- the <function>pg_stat_get_backend_dbid</function>.</entry>
527
+ the <function>pg_stat_get_backend_dbid</function> function .</entry>
528
528
</row>
529
529
<row>
530
530
<entry>datname</entry>
@@ -836,7 +836,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
836
836
<row>
837
837
<entry>datid</entry>
838
838
<entry><type>oid</></entry>
839
- <entry>The oid of the database</entry>
839
+ <entry>The OID of the database</entry>
840
840
</row>
841
841
<row>
842
842
<entry>datname</entry>
@@ -855,15 +855,15 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
855
855
<row>
856
856
<entry>xact_commit</entry>
857
857
<entry><type>bigint</></entry>
858
- <entry>The number of transactions in this database that has committed.
859
- This value can also be returned by directly calling
858
+ <entry>The number of transactions in this database that have been
859
+ committed. This value can also be returned by directly calling
860
860
the <function>pg_stat_get_db_xact_commit</function> function.</entry>
861
861
</row>
862
862
<row>
863
863
<entry>xact_rollback</entry>
864
864
<entry><type>bigint</></entry>
865
- <entry>The number of transactions in this database that has rolled back.
866
- This value can also be returned by directly calling
865
+ <entry>The number of transactions in this database that have been
866
+ rolled back. This value can also be returned by directly calling
867
867
the <function>pg_stat_get_db_xact_rollback</function> function.</entry>
868
868
</row>
869
869
<row>
@@ -974,7 +974,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
974
974
975
975
<para>
976
976
The <structname>pg_stat_database</structname> view will contain one row
977
- for each database in the cluster showing database wide statistics.
977
+ for each database in the cluster showing database- wide statistics.
978
978
</para>
979
979
980
980
<table id="pg-stat-database-conflicts-view" xreflabel="pg_stat_database_conflicts">
@@ -992,7 +992,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
992
992
<row>
993
993
<entry>datid</entry>
994
994
<entry><type>oid</></entry>
995
- <entry>The oid of the database</entry>
995
+ <entry>The OID of the database</entry>
996
996
</row>
997
997
<row>
998
998
<entry>datname</entry>
@@ -1041,7 +1041,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
1041
1041
1042
1042
<para>
1043
1043
The <structname>pg_stat_database_conflicts</structname> view will contain
1044
- one row per database showing database wide statistics about
1044
+ one row per database showing database- wide statistics about
1045
1045
query cancels due to conflict with recovery on standby servers.
1046
1046
Will only contain information on standby servers, since
1047
1047
conflicts do not occur on master servers.
@@ -1067,7 +1067,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
1067
1067
<row>
1068
1068
<entry>usesysid</entry>
1069
1069
<entry><type>oid</></entry>
1070
- <entry>The oid of the user logged into this WAL sender process</entry>
1070
+ <entry>The OID of the user logged into this WAL sender process</entry>
1071
1071
</row>
1072
1072
<row>
1073
1073
<entry>usename</entry>
@@ -1102,7 +1102,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
1102
1102
<entry><type>integer</></entry>
1103
1103
<entry>
1104
1104
The remote TCP port that the client is using for communication
1105
- to the , or <symbol>NULL</> if a unix socket is used.
1105
+ to the, or <symbol>NULL</> if a unix socket is used.
1106
1106
</entry>
1107
1107
</row>
1108
1108
<row>
@@ -1179,7 +1179,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
1179
1179
<row>
1180
1180
<entry>relid</entry>
1181
1181
<entry><type>oid</></entry>
1182
- <entry>The OID of the table this row </entry>
1182
+ <entry>The OID of the table</entry>
1183
1183
</row>
1184
1184
<row>
1185
1185
<entry>schemaname</entry>
0 commit comments