1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update docs about new -N option

This commit is contained in:
Tatsuo Ishii
2002-05-20 05:07:28 +00:00
parent f35ced3de9
commit 0d7c58a977
2 changed files with 13 additions and 8 deletions

View File

@ -1,4 +1,4 @@
pgbench README 2002/02/24 Tatsuo Ishii (t-ishii@sra.co.jp)
pgbench README 2001/10/24 Tatsuo Ishii (t-ishii@sra.co.jp)
o What is pgbench?
@ -122,9 +122,6 @@ o options
-S
Perform select only transactions instead of TPC-B.
-N
Skip updation of "branches" and "tellers" table. This
would result in lower contention of updates.
-C
Establish connection for each transaction, rather than
doing it just once at begining of pgbench in the normal
@ -156,10 +153,6 @@ Basically it is same as BSD license. See pgbench.c for more details.
o History
2002/02/24
* disable CHECKPOINT
* add -N option
2001/10/24
* "time"->"mtime"