aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgrowlocks.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/pgrowlocks.sgml')
-rw-r--r--doc/src/sgml/pgrowlocks.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/pgrowlocks.sgml b/doc/src/sgml/pgrowlocks.sgml
index db1cf5e863d..390fa236d31 100644
--- a/doc/src/sgml/pgrowlocks.sgml
+++ b/doc/src/sgml/pgrowlocks.sgml
@@ -52,22 +52,22 @@ pgrowlocks(text) returns setof record
<row>
<entry><structfield>locker</structfield></entry>
<entry><type>xid</type></entry>
- <entry>Transaction ID of locker, or multixact ID if multi-transaction</entry>
+ <entry>Transaction ID of locker, or multixact ID if multitransaction</entry>
</row>
<row>
<entry><structfield>multi</structfield></entry>
<entry><type>boolean</type></entry>
- <entry>True if locker is a multi-transaction</entry>
+ <entry>True if locker is a multitransaction</entry>
</row>
<row>
<entry><structfield>xids</structfield></entry>
<entry><type>xid[]</type></entry>
- <entry>Transaction IDs of lockers (more than one if multi-transaction)</entry>
+ <entry>Transaction IDs of lockers (more than one if multitransaction)</entry>
</row>
<row>
<entry><structfield>pids</structfield></entry>
<entry><type>integer[]</type></entry>
- <entry>Process IDs of locking backends (more than one if multi-transaction)</entry>
+ <entry>Process IDs of locking backends (more than one if multitransaction)</entry>
</row>
</tbody>