diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml new file mode 100644 index 03e1212..a51c014 *** a/doc/src/sgml/ref/pgbench.sgml --- b/doc/src/sgml/ref/pgbench.sgml *************** pgbench options< *** 269,275 **** Add the specified built-in script to the list of executed scripts. An optional integer weight after @ allows to adjust the probability of drawing the script. If not specified, it is set to 1. ! Available built-in scripts are: tpcb-like, simple-update and select-only. Unambiguous prefixes of built-in names are accepted. With special name list, show the list of built-in scripts --- 269,275 ---- Add the specified built-in script to the list of executed scripts. An optional integer weight after @ allows to adjust the probability of drawing the script. If not specified, it is set to 1. ! Available built-in scripts are: tpcb-like, tpcb-func, simple-update and select-only. Unambiguous prefixes of built-in names are accepted. With special name list, show the list of built-in scripts *************** pgbench options< *** 726,731 **** --- 726,737 ---- + If you select the tpcb-func built-in, + the above steps are carried out by a single call to a PL/pgSQL function, + reducing the overhead from inter-process-communication. + + + If you select the simple-update built-in (also