diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-15 19:46:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-15 19:46:24 +0000 |
commit | 82954d49e49469ee71a4ead3be60bd7d68e5b9ae (patch) | |
tree | e40d9b7b8c9b96c9bae33d7e5806c70a6f7a54e6 /doc/src | |
parent | 4730a540839b7d1e7e0500314117a3132156fe21 (diff) | |
download | postgresql-82954d49e49469ee71a4ead3be60bd7d68e5b9ae.tar.gz postgresql-82954d49e49469ee71a4ead3be60bd7d68e5b9ae.zip |
Avoid unnecessary use of TPS acronym.
Robert Haas, per gripe from Erik Rijkers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index c1547cb1b06..0c15fdab261 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbench.sgml,v 1.18 2010/08/12 20:39:39 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbench.sgml,v 1.19 2010/08/15 19:46:24 tgl Exp $ --> <sect1 id="pgbench"> <title>pgbench</title> @@ -40,7 +40,7 @@ tps = 85.296346 (excluding connections establishing) and number of transactions per client); these will be equal unless the run failed before completion. (In <literal>-T</> mode, only the actual number of transactions is printed.) - The last two lines report the TPS rate, + The last two lines report the number of transactions per second, figured with and without counting the time to start database sessions. </para> |