diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 37fd80388c..e2d728e0c4 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -317,7 +317,7 @@ UPDATE pg_settings SET setting = reset_val WHERE name = 'configuration_parameter - + Parameter Interaction via the Shell diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 2acf55c2ac..1a1be489e7 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -2887,6 +2887,22 @@ statement latencies in milliseconds, failures and retries: + + Table Access Methods + + + You may specify the Table Access Method + for the pgbench tables. The environment variable PGOPTIONS + specifies database configuration options that are passed to PostgreSQL via + the command line (See ). + For example, a hypothetical default Table Access Method for the tables that + pgbench creates called wuzza can be specified with: + +PGOPTIONS='-c default_table_access_method=wuzza' + + + + Good Practices